#406232

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

Shades of Green House #406232

Tints of Green House #406232

Color information

#406232 (or 0x406232) is unknown color: approx Green House. HEX triplet: 40, 62 and 32. RGB value is (64,98,50). Sum of RGB (Red+Green+Blue) = 64+98+50=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #406232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406232 is #BF9DCD. Grayscale: #525252. Windows color (decimal): -12557774 or 3301952. OLE color: 3301952.

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

Color convert

RGB649850-
CMYK0.3500.490.62
HSL102.5º32.43%29.02%-
HSV(B)102.5º48.98%38.43%-
XYZ7.0610.064.59-
YUV82.36109.74114.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=30.19%
G=46.23%
B=23.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498500.3500.490.62102.532.4329.02
Hex406232230313E66201d
Octal1001426243061761464035
Binary100000011000101100101000110110001111110110011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406232; }

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

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

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

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

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

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

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

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