#426949

Color #426949 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #426949

Tints of Killarney #426949

Color information

#426949 (or 0x426949) is unknown color: approx Killarney. HEX triplet: 42, 69 and 49. RGB value is (66,105,73). Sum of RGB (Red+Green+Blue) = 66+105+73=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #426949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426949 is #BD96B6. Grayscale: #595959. Windows color (decimal): -12424887 or 4811074. OLE color: 4811074.

HSL color Cylindrical-coordinate representation of color #426949: hue angle of 130.77º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426949 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB6610573-
CMYK0.3700.300.59
HSL130.77º22.81%33.53%-
HSV(B)130.77º37.14%41.18%-
XYZ8.511.748.12-
YUV89.69118.58111.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=27.05%
G=43.03%
B=29.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105730.3700.300.59130.7722.8133.53
Hex4269492501E3B831722
Octal10215111145036732032742
Binary1000010110100110010011001010111101110111000001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426949; }

 p { color: rgb(66,105,73); }

 H1.HeaderClassName
 {
   color: #426949;
 }
 .AnyTagClassName
 {
   color: #426949;
 }
</style>
background-color css

<style>
 a { background-color: #426949; }

 a { background-color: rgb(66,105,73); }

 div.DivClassName
 {
   background-color: #426949;
 }
 .BgClassName
 {
   background-color: #426949;
 }
</style>
border-color css

<style>
 span { border-color: #426949; }

 span { border-color: rgb(66,105,73); }

 td.TdClassName
 {
   border-color: #426949;
 }
 .TagClassName
 {
   border-color: #426949;
 }
</style>