#316117

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

Shades of Green House #316117

Tints of Green House #316117

Color information

#316117 (or 0x316117) is unknown color: approx Green House. HEX triplet: 31, 61 and 17. RGB value is (49,97,23). Sum of RGB (Red+Green+Blue) = 49+97+23=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #316117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316117 is #CE9EE8. Grayscale: #4A4A4A. Windows color (decimal): -13541097 or 1532209. OLE color: 1532209.

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

Color convert

RGB499723-
CMYK0.4900.760.62
HSL98.92º61.67%23.53%-
HSV(B)98.92º76.29%38.04%-
XYZ5.79.262.3-
YUV74.2199.1110.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 23 (9.38% from 255) = 13.61%
R=28.99%
G=57.40%
B=13.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997230.4900.760.6298.9261.6723.53
Hex3161173104C3E633e18
Octal6114127610114761437630
Binary11000111000011011111000101001100111110110001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316117; }

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

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

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

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

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

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

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

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