#316121

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

Shades of Green House #316121

Tints of Green House #316121

Color information

#316121 (or 0x316121) is unknown color: approx Green House. HEX triplet: 31, 61 and 21. RGB value is (49,97,33). Sum of RGB (Red+Green+Blue) = 49+97+33=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #316121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316121 is #CE9EDE. Grayscale: #4B4B4B. Windows color (decimal): -13541087 or 2187569. OLE color: 2187569.

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

Color convert

RGB499733-
CMYK0.4900.660.62
HSL105º49.23%25.49%-
HSV(B)105º65.98%38.04%-
XYZ5.829.312.93-
YUV75.35104.1109.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=27.37%
G=54.19%
B=18.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997330.4900.660.6210549.2325.49
Hex316121310423E693119
Octal6114141610102761516131
Binary110001110000110000111000101000010111110110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316121; }

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

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

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

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

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

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

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

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