#316118

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

Shades of Green House #316118

Tints of Green House #316118

Color information

#316118 (or 0x316118) is unknown color: approx Green House. HEX triplet: 31, 61 and 18. RGB value is (49,97,24). Sum of RGB (Red+Green+Blue) = 49+97+24=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #316118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316118 is #CE9EE7. Grayscale: #4A4A4A. Windows color (decimal): -13541096 or 1597745. OLE color: 1597745.

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

Color convert

RGB499724-
CMYK0.4900.750.62
HSL99.45º60.33%23.73%-
HSV(B)99.45º75.26%38.04%-
XYZ5.719.272.35-
YUV74.3399.6109.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=28.82%
G=57.06%
B=14.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997240.4900.750.6299.4560.3323.73
Hex3161183104B3E633c18
Octal6114130610113761437430
Binary11000111000011100011000101001011111110110001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316118; }

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

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

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

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

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

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

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

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