#406E2C

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

Shades of Green House #406E2C

Tints of Green House #406E2C

Color information

#406E2C (or 0x406E2C) is unknown color: approx Green House. HEX triplet: 40, 6E and 2C. RGB value is (64,110,44). Sum of RGB (Red+Green+Blue) = 64+110+44=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #406E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E2C is #BF91D3. Grayscale: #585858. Windows color (decimal): -12554708 or 2911808. OLE color: 2911808.

HSL color Cylindrical-coordinate representation of color #406E2C: hue angle of 101.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #406E2C is Cyan = 0.42, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB6411044-
CMYK0.4200.60.57
HSL101.82º42.86%30.2%-
HSV(B)101.82º60%43.14%-
XYZ8.1412.424.35-
YUV88.72102.76110.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 110 (43.36% from 255) = 50.46%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=29.36%
G=50.46%
B=20.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110440.4200.60.57101.8242.8630.2
Hex406E2C2A03C39662b1e
Octal1001565452074711465336
Binary100000011011101011001010100111100111001110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,110,44); }

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

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

 a { background-color: rgb(64,110,44); }

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

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

 span { border-color: rgb(64,110,44); }

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