#406D46

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

Shades of Killarney #406D46

Tints of Killarney #406D46

Color information

#406D46 (or 0x406D46) is unknown color: approx Killarney. HEX triplet: 40, 6D and 46. RGB value is (64,109,70). Sum of RGB (Red+Green+Blue) = 64+109+70=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #406D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D46 is #BF92B9. Grayscale: #5B5B5B. Windows color (decimal): -12554938 or 4615488. OLE color: 4615488.

HSL color Cylindrical-coordinate representation of color #406D46: hue angle of 128º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406D46 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB6410970-
CMYK0.4100.360.57
HSL128º26.01%33.92%-
HSV(B)128º41.28%42.75%-
XYZ8.6912.477.74-
YUV91.1116.09108.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=26.34%
G=44.86%
B=28.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64109700.4100.360.5712826.0133.92
Hex406D462902439801a22
Octal10015510651044712003242
Binary10000001101101100011010100101001001110011000000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,109,70); }

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

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

 a { background-color: rgb(64,109,70); }

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

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

 span { border-color: rgb(64,109,70); }

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