#31611E

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

Shades of Green House #31611E

Tints of Green House #31611E

Color information

#31611E (or 0x31611E) is unknown color: approx Green House. HEX triplet: 31, 61 and 1E. RGB value is (49,97,30). Sum of RGB (Red+Green+Blue) = 49+97+30=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #31611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31611E is #CE9EE1. Grayscale: #4B4B4B. Windows color (decimal): -13541090 or 1990961. OLE color: 1990961.

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

Color convert

RGB499730-
CMYK0.4900.690.62
HSL102.99º52.76%24.9%-
HSV(B)102.99º69.07%38.04%-
XYZ5.789.32.72-
YUV75.01102.6109.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=27.84%
G=55.11%
B=17.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997300.4900.690.62102.9952.7624.9
Hex31611E310453E673519
Octal6114136610105761476531
Binary11000111000011111011000101000101111110110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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