#406949

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

Shades of Killarney #406949

Tints of Killarney #406949

Color information

#406949 (or 0x406949) is unknown color: approx Killarney. HEX triplet: 40, 69 and 49. RGB value is (64,105,73). Sum of RGB (Red+Green+Blue) = 64+105+73=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #406949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406949 is #BF96B6. Grayscale: #595959. Windows color (decimal): -12555959 or 4811072. OLE color: 4811072.

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

Color convert

RGB6410573-
CMYK0.3900.300.59
HSL133.17º24.26%33.14%-
HSV(B)133.17º39.05%41.18%-
XYZ8.3711.678.12-
YUV89.09118.92110.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=26.45%
G=43.39%
B=30.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105730.3900.300.59133.1724.2633.14
Hex4069492701E3B851821
Octal10015111147036732053041
Binary1000000110100110010011001110111101110111000010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406949; }

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

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

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

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

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

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

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

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