#316218

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

Shades of Green House #316218

Tints of Green House #316218

Color information

#316218 (or 0x316218) is unknown color: approx Green House. HEX triplet: 31, 62 and 18. RGB value is (49,98,24). Sum of RGB (Red+Green+Blue) = 49+98+24=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #316218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316218 is #CE9DE7. Grayscale: #4B4B4B. Windows color (decimal): -13540840 or 1598001. OLE color: 1598001.

HSL color Cylindrical-coordinate representation of color #316218: hue angle of 99.73º degrees, saturation: 0.61, 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 #316218 is Cyan = 0.5, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB499824-
CMYK0.500.760.62
HSL99.73º60.66%23.92%-
HSV(B)99.73º75.51%38.43%-
XYZ5.89.452.38-
YUV74.9199.27109.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=28.65%
G=57.31%
B=14.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998240.500.760.6299.7360.6623.92
Hex3162183204C3E643d18
Octal6114230620114761447530
Binary11000111000101100011001001001100111110110010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316218; }

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

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

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

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

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

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

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

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