#316018

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

Shades of Green House #316018

Tints of Green House #316018

Color information

#316018 (or 0x316018) is unknown color: approx Green House. HEX triplet: 31, 60 and 18. RGB value is (49,96,24). Sum of RGB (Red+Green+Blue) = 49+96+24=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #316018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316018 is #CE9FE7. Grayscale: #494949. Windows color (decimal): -13541352 or 1597489. OLE color: 1597489.

HSL color Cylindrical-coordinate representation of color #316018: hue angle of 99.17º 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 #316018 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB499624-
CMYK0.4900.750.62
HSL99.17º60%23.53%-
HSV(B)99.17º75%37.65%-
XYZ5.619.082.32-
YUV73.7499.93110.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=28.99%
G=56.80%
B=14.20%

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
Decimal4996240.4900.750.6299.176023.53
Hex3160183104B3E633c18
Octal6114030610113761437430
Binary11000111000001100011000101001011111110110001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316018; }

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

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

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

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

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

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

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

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