#319616

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

Shades of Forest Green #319616

Tints of Forest Green #319616

Color information

#319616 (or 0x319616) is unknown color: approx Forest Green. HEX triplet: 31, 96 and 16. RGB value is (49,150,22). Sum of RGB (Red+Green+Blue) = 49+150+22=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #319616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319616 is #CE69E9. Grayscale: #696969. Windows color (decimal): -13527530 or 1480241. OLE color: 1480241.

HSL color Cylindrical-coordinate representation of color #319616: hue angle of 107.34º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #319616 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB4915022-
CMYK0.6700.850.41
HSL107.34º74.42%33.73%-
HSV(B)107.34º85.33%58.82%-
XYZ12.3222.524.46-
YUV105.2181.0487.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 150 (58.98% from 255) = 67.87%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=22.17%
G=67.87%
B=9.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49150220.6700.850.41107.3474.4233.73
Hex31961643055296b4a22
Octal612262610301255115311242
Binary110001100101101011010000110101010110100111010111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319616; }

 p { color: rgb(49,150,22); }

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

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

 a { background-color: rgb(49,150,22); }

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

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

 span { border-color: rgb(49,150,22); }

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