#316922

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

Shades of Green House #316922

Tints of Green House #316922

Color information

#316922 (or 0x316922) is unknown color: approx Green House. HEX triplet: 31, 69 and 22. RGB value is (49,105,34). Sum of RGB (Red+Green+Blue) = 49+105+34=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #316922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316922 is #CE96DD. Grayscale: #505050. Windows color (decimal): -13539038 or 2255153. OLE color: 2255153.

HSL color Cylindrical-coordinate representation of color #316922: hue angle of 107.32º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316922 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB4910534-
CMYK0.5300.680.59
HSL107.32º51.08%27.25%-
HSV(B)107.32º67.62%41.18%-
XYZ6.6110.873.26-
YUV80.16101.95105.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 34 (13.67% from 255) = 18.09%
R=26.06%
G=55.85%
B=18.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105340.5300.680.59107.3251.0827.25
Hex316922350443B6b331b
Octal6115142650104731536333
Binary110001110100110001011010101000100111011110101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316922; }

 p { color: rgb(49,105,34); }

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

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

 a { background-color: rgb(49,105,34); }

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

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

 span { border-color: rgb(49,105,34); }

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