#316320

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

Shades of Green House #316320

Tints of Green House #316320

Color information

#316320 (or 0x316320) is unknown color: approx Green House. HEX triplet: 31, 63 and 20. RGB value is (49,99,32). Sum of RGB (Red+Green+Blue) = 49+99+32=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #316320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316320 is #CE9CDF. Grayscale: #4C4C4C. Windows color (decimal): -13540576 or 2122545. OLE color: 2122545.

HSL color Cylindrical-coordinate representation of color #316320: hue angle of 104.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316320 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB499932-
CMYK0.5100.680.61
HSL104.78º51.15%25.69%-
HSV(B)104.78º67.68%38.82%-
XYZ5.999.682.92-
YUV76.41102.94108.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=27.22%
G=55%
B=17.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999320.5100.680.61104.7851.1525.69
Hex316320330443D69331a
Octal6114340630104751516332
Binary110001110001110000011001101000100111101110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316320; }

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

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

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

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

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

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

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

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