#406A48

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

Shades of Killarney #406A48

Tints of Killarney #406A48

Color information

#406A48 (or 0x406A48) is unknown color: approx Killarney. HEX triplet: 40, 6A and 48. RGB value is (64,106,72). Sum of RGB (Red+Green+Blue) = 64+106+72=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #406A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A48 is #BF95B7. Grayscale: #595959. Windows color (decimal): -12555704 or 4745792. OLE color: 4745792.

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

Color convert

RGB6410672-
CMYK0.4000.320.58
HSL131.43º24.71%33.33%-
HSV(B)131.43º39.62%41.57%-
XYZ8.4411.877.98-
YUV89.57118.09109.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=26.45%
G=43.80%
B=29.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106720.4000.320.58131.4324.7133.33
Hex406A48280203A831921
Octal10015211050040722033141
Binary10000001101010100100010100001000001110101000001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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