#406B4A

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

Shades of Killarney #406B4A

Tints of Killarney #406B4A

Color information

#406B4A (or 0x406B4A) is unknown color: approx Killarney. HEX triplet: 40, 6B and 4A. RGB value is (64,107,74). Sum of RGB (Red+Green+Blue) = 64+107+74=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #406B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B4A is #BF94B5. Grayscale: #5A5A5A. Windows color (decimal): -12555446 or 4877120. OLE color: 4877120.

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

Color convert

RGB6410774-
CMYK0.4000.310.58
HSL133.95º25.15%33.53%-
HSV(B)133.95º40.19%41.96%-
XYZ8.6112.18.36-
YUV90.38118.75109.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=26.12%
G=43.67%
B=30.20%

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
Decimal64107740.4000.310.58133.9525.1533.53
Hex406B4A2801F3A861922
Octal10015311250037722063142
Binary1000000110101110010101010000111111110101000011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,107,74); }

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

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

 a { background-color: rgb(64,107,74); }

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

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

 span { border-color: rgb(64,107,74); }

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