#316020

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

Shades of Green House #316020

Tints of Green House #316020

Color information

#316020 (or 0x316020) is unknown color: approx Green House. HEX triplet: 31, 60 and 20. RGB value is (49,96,32). Sum of RGB (Red+Green+Blue) = 49+96+32=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #316020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316020 is #CE9FDF. Grayscale: #4A4A4A. Windows color (decimal): -13541344 or 2121777. OLE color: 2121777.

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

Color convert

RGB499632-
CMYK0.4900.670.62
HSL104.06º50%25.1%-
HSV(B)104.06º66.67%37.65%-
XYZ5.719.122.83-
YUV74.65103.93109.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=27.68%
G=54.24%
B=18.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996320.4900.670.62104.065025.1
Hex316020310433E683219
Octal6114040610103761506231
Binary110001110000010000011000101000011111110110100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316020; }

 p { color: rgb(49,96,32); }

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

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

 a { background-color: rgb(49,96,32); }

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

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

 span { border-color: rgb(49,96,32); }

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