#406B46

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

Shades of Killarney #406B46

Tints of Killarney #406B46

Color information

#406B46 (or 0x406B46) is unknown color: approx Killarney. HEX triplet: 40, 6B and 46. RGB value is (64,107,70). Sum of RGB (Red+Green+Blue) = 64+107+70=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #406B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B46 is #BF94B9. Grayscale: #5A5A5A. Windows color (decimal): -12555450 or 4614976. OLE color: 4614976.

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

Color convert

RGB6410770-
CMYK0.4000.350.58
HSL128.37º25.15%33.53%-
HSV(B)128.37º40.19%41.96%-
XYZ8.4812.057.67-
YUV89.92116.75109.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=26.56%
G=44.40%
B=29.05%

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
Decimal64107700.4000.350.58128.3725.1533.53
Hex406B46280233A801922
Octal10015310650043722003142
Binary10000001101011100011010100001000111110101000000011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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