#406A45

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

Shades of Killarney #406A45

Tints of Killarney #406A45

Color information

#406A45 (or 0x406A45) is unknown color: approx Killarney. HEX triplet: 40, 6A and 45. RGB value is (64,106,69). Sum of RGB (Red+Green+Blue) = 64+106+69=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #406A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A45 is #BF95BA. Grayscale: #595959. Windows color (decimal): -12555707 or 4549184. OLE color: 4549184.

HSL color Cylindrical-coordinate representation of color #406A45: hue angle of 127.14º 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 #406A45 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB6410669-
CMYK0.4000.350.58
HSL127.14º24.71%33.33%-
HSV(B)127.14º39.62%41.57%-
XYZ8.3411.837.47-
YUV89.22116.59110.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=26.78%
G=44.35%
B=28.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106690.4000.350.58127.1424.7133.33
Hex406A45280233A7f1921
Octal10015210550043721773141
Binary1000000110101010001011010000100011111010111111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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