#406E33

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

Shades of Green House #406E33

Tints of Green House #406E33

Color information

#406E33 (or 0x406E33) is unknown color: approx Green House. HEX triplet: 40, 6E and 33. RGB value is (64,110,51). Sum of RGB (Red+Green+Blue) = 64+110+51=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #406E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E33 is #BF91CC. Grayscale: #595959. Windows color (decimal): -12554701 or 3370560. OLE color: 3370560.

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

Color convert

RGB6411051-
CMYK0.4200.540.57
HSL106.78º36.65%31.57%-
HSV(B)106.78º53.64%43.14%-
XYZ8.2912.485.1-
YUV89.52106.26109.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=28.44%
G=48.89%
B=22.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110510.4200.540.57106.7836.6531.57
Hex406E332A036396b2520
Octal1001566352066711534540
Binary1000000110111011001110101001101101110011101011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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