#406C39

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

Shades of Green House #406C39

Tints of Green House #406C39

Color information

#406C39 (or 0x406C39) is unknown color: approx Green House. HEX triplet: 40, 6C and 39. RGB value is (64,108,57). Sum of RGB (Red+Green+Blue) = 64+108+57=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #406C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C39 is #BF93C6. Grayscale: #595959. Windows color (decimal): -12555207 or 3763264. OLE color: 3763264.

HSL color Cylindrical-coordinate representation of color #406C39: hue angle of 111.76º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #406C39 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB6410857-
CMYK0.4100.470.58
HSL111.76º30.91%32.35%-
HSV(B)111.76º47.22%42.35%-
XYZ8.2212.115.78-
YUV89.03109.92110.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=27.95%
G=47.16%
B=24.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108570.4100.470.58111.7630.9132.35
Hex406C392902F3A701f20
Octal1001547151057721603740
Binary100000011011001110011010010101111111010111000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,108,57); }

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

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

 a { background-color: rgb(64,108,57); }

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

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

 span { border-color: rgb(64,108,57); }

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