#406132

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

Shades of Green House #406132

Tints of Green House #406132

Color information

#406132 (or 0x406132) is unknown color: approx Green House. HEX triplet: 40, 61 and 32. RGB value is (64,97,50). Sum of RGB (Red+Green+Blue) = 64+97+50=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #406132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406132 is #BF9ECD. Grayscale: #515151. Windows color (decimal): -12558030 or 3301696. OLE color: 3301696.

HSL color Cylindrical-coordinate representation of color #406132: hue angle of 102.13º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #406132 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB649750-
CMYK0.3400.480.62
HSL102.13º31.97%28.82%-
HSV(B)102.13º48.45%38.04%-
XYZ6.969.874.56-
YUV81.78110.07115.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=30.33%
G=45.97%
B=23.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497500.3400.480.62102.1331.9728.82
Hex406132220303E66201d
Octal1001416242060761464035
Binary100000011000011100101000100110000111110110011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406132; }

 p { color: rgb(64,97,50); }

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

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

 a { background-color: rgb(64,97,50); }

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

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

 span { border-color: rgb(64,97,50); }

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