#406031

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

Shades of Green House #406031

Tints of Green House #406031

Color information

#406031 (or 0x406031) is unknown color: approx Green House. HEX triplet: 40, 60 and 31. RGB value is (64,96,49). Sum of RGB (Red+Green+Blue) = 64+96+49=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #406031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406031 is #BF9FCE. Grayscale: #515151. Windows color (decimal): -12558287 or 3235904. OLE color: 3235904.

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

Color convert

RGB649649-
CMYK0.3300.490.62
HSL100.85º32.41%28.43%-
HSV(B)100.85º48.96%37.65%-
XYZ6.859.684.41-
YUV81.07109.9115.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=30.62%
G=45.93%
B=23.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496490.3300.490.62100.8532.4128.43
Hex406031210313E65201c
Octal1001406141061761454034
Binary100000011000001100011000010110001111110110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406031; }

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

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

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

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

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

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

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

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