#406A49

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

Shades of Killarney #406A49

Tints of Killarney #406A49

Color information

#406A49 (or 0x406A49) is unknown color: approx Killarney. HEX triplet: 40, 6A and 49. RGB value is (64,106,73). Sum of RGB (Red+Green+Blue) = 64+106+73=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #406A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A49 is #BF95B6. Grayscale: #595959. Windows color (decimal): -12555703 or 4811328. OLE color: 4811328.

HSL color Cylindrical-coordinate representation of color #406A49: hue angle of 132.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A49 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB6410673-
CMYK0.4000.310.58
HSL132.86º24.71%33.33%-
HSV(B)132.86º39.62%41.57%-
XYZ8.4711.888.15-
YUV89.68118.59109.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=26.34%
G=43.62%
B=30.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106730.4000.310.58132.8624.7133.33
Hex406A492801F3A851921
Octal10015211150037722053141
Binary1000000110101010010011010000111111110101000010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A49; }

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

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

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

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

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

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

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

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