#31611F

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

Shades of Green House #31611F

Tints of Green House #31611F

Color information

#31611F (or 0x31611F) is unknown color: approx Green House. HEX triplet: 31, 61 and 1F. RGB value is (49,97,31). Sum of RGB (Red+Green+Blue) = 49+97+31=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #31611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31611F is #CE9EE0. Grayscale: #4B4B4B. Windows color (decimal): -13541089 or 2056497. OLE color: 2056497.

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

Color convert

RGB499731-
CMYK0.4900.680.62
HSL103.64º51.56%25.1%-
HSV(B)103.64º68.04%38.04%-
XYZ5.799.32.79-
YUV75.12103.1109.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 97 (38.28% from 255) = 54.80%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=27.68%
G=54.80%
B=17.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997310.4900.680.62103.6451.5625.1
Hex31611F310443E683419
Octal6114137610104761506431
Binary11000111000011111111000101000100111110110100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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