#138716

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

Shades of Forest Green #138716

Tints of Forest Green #138716

Color information

#138716 (or 0x138716) is unknown color: approx Forest Green. HEX triplet: 13, 87 and 16. RGB value is (19,135,22). Sum of RGB (Red+Green+Blue) = 19+135+22=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 135 (53.12% from 255 or 76.70% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 135 - color contains mainly: green. Hex color #138716 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138716 is #EC78E9. Grayscale: #575757. Windows color (decimal): -15497450 or 1476371. OLE color: 1476371.

HSL color Cylindrical-coordinate representation of color #138716: hue angle of 121.55º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138716 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1913522-
CMYK0.8600.840.47
HSL121.55º75.32%30.2%-
HSV(B)121.55º85.93%52.94%-
XYZ9.0817.523.66-
YUV87.4391.0779.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 135 (53.12% from 255) = 76.70%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=10.80%
G=76.70%
B=12.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19135220.8600.840.47121.5575.3230.2
Hex138716560542F7a4b1e
Octal232072612601245717211336
Binary1001110000111101101010110010101001011111111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138716; }

 p { color: rgb(19,135,22); }

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

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

 a { background-color: rgb(19,135,22); }

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

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

 span { border-color: rgb(19,135,22); }

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