#31612C

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

Shades of Green House #31612C

Tints of Green House #31612C

Color information

#31612C (or 0x31612C) is unknown color: approx Green House. HEX triplet: 31, 61 and 2C. RGB value is (49,97,44). Sum of RGB (Red+Green+Blue) = 49+97+44=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #31612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31612C is #CE9ED3. Grayscale: #4C4C4C. Windows color (decimal): -13541076 or 2908465. OLE color: 2908465.

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

Color convert

RGB499744-
CMYK0.4900.550.62
HSL114.34º37.59%27.65%-
HSV(B)114.34º54.64%38.04%-
XYZ69.383.88-
YUV76.61109.6108.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=25.79%
G=51.05%
B=23.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997440.4900.550.62114.3437.5927.65
Hex31612C310373E72261c
Octal611415461067761624634
Binary11000111000011011001100010110111111110111001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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