#406A47

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

Shades of Killarney #406A47

Tints of Killarney #406A47

Color information

#406A47 (or 0x406A47) is unknown color: approx Killarney. HEX triplet: 40, 6A and 47. RGB value is (64,106,71). Sum of RGB (Red+Green+Blue) = 64+106+71=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #406A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A47 is #BF95B8. Grayscale: #595959. Windows color (decimal): -12555705 or 4680256. OLE color: 4680256.

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

Color convert

RGB6410671-
CMYK0.4000.330.58
HSL130º24.71%33.33%-
HSV(B)130º39.62%41.57%-
XYZ8.4111.857.81-
YUV89.45117.59109.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=26.56%
G=43.98%
B=29.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106710.4000.330.5813024.7133.33
Hex406A47280213A821921
Octal10015210750041722023141
Binary10000001101010100011110100001000011110101000001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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