#31611C

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

Shades of Green House #31611C

Tints of Green House #31611C

Color information

#31611C (or 0x31611C) is unknown color: approx Green House. HEX triplet: 31, 61 and 1C. RGB value is (49,97,28). Sum of RGB (Red+Green+Blue) = 49+97+28=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #31611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31611C is #CE9EE3. Grayscale: #4B4B4B. Windows color (decimal): -13541092 or 1859889. OLE color: 1859889.

HSL color Cylindrical-coordinate representation of color #31611C: hue angle of 101.74º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31611C is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB499728-
CMYK0.4900.710.62
HSL101.74º55.2%24.51%-
HSV(B)101.74º71.13%38.04%-
XYZ5.759.292.59-
YUV74.78101.6109.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=28.16%
G=55.75%
B=16.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997280.4900.710.62101.7455.224.51
Hex31611C310473E663719
Octal6114134610107761466731
Binary11000111000011110011000101000111111110110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31611C; }

 p { color: rgb(49,97,28); }

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

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

 a { background-color: rgb(49,97,28); }

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

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

 span { border-color: rgb(49,97,28); }

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