#406F37

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

Shades of Green House #406F37

Tints of Green House #406F37

Color information

#406F37 (or 0x406F37) is unknown color: approx Green House. HEX triplet: 40, 6F and 37. RGB value is (64,111,55). Sum of RGB (Red+Green+Blue) = 64+111+55=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #406F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F37 is #BF90C8. Grayscale: #5A5A5A. Windows color (decimal): -12554441 or 3632960. OLE color: 3632960.

HSL color Cylindrical-coordinate representation of color #406F37: hue angle of 110.36º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406F37 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB6411155-
CMYK0.4200.500.56
HSL110.36º33.73%32.55%-
HSV(B)110.36º50.45%43.53%-
XYZ8.4912.735.63-
YUV90.56107.93109.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=27.83%
G=48.26%
B=23.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111550.4200.500.56110.3633.7332.55
Hex406F372A032386e2221
Octal1001576752062701564241
Binary1000000110111111011110101001100101110001101110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,55); }

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

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

 a { background-color: rgb(64,111,55); }

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

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

 span { border-color: rgb(64,111,55); }

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