#406033

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

Shades of Green House #406033

Tints of Green House #406033

Color information

#406033 (or 0x406033) is unknown color: approx Green House. HEX triplet: 40, 60 and 33. RGB value is (64,96,51). Sum of RGB (Red+Green+Blue) = 64+96+51=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #406033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406033 is #BF9FCC. Grayscale: #515151. Windows color (decimal): -12558285 or 3366976. OLE color: 3366976.

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

Color convert

RGB649651-
CMYK0.3300.470.62
HSL102.67º30.61%28.82%-
HSV(B)102.67º46.88%37.65%-
XYZ6.899.694.64-
YUV81.3110.9115.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=30.33%
G=45.50%
B=24.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496510.3300.470.62102.6730.6128.82
Hex4060332102F3E671f1d
Octal1001406341057761473735
Binary10000001100000110011100001010111111111011001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406033; }

 p { color: rgb(64,96,51); }

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

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

 a { background-color: rgb(64,96,51); }

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

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

 span { border-color: rgb(64,96,51); }

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