#138616

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

Shades of Forest Green #138616

Tints of Forest Green #138616

Color information

#138616 (or 0x138616) is unknown color: approx Forest Green. HEX triplet: 13, 86 and 16. RGB value is (19,134,22). Sum of RGB (Red+Green+Blue) = 19+134+22=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 134 (52.73% from 255 or 76.57% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 134 - color contains mainly: green. Hex color #138616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138616 is #EC79E9. Grayscale: #575757. Windows color (decimal): -15497706 or 1476115. OLE color: 1476115.

HSL color Cylindrical-coordinate representation of color #138616: hue angle of 121.57º 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 #138616 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1913422-
CMYK0.8600.840.47
HSL121.57º75.16%30%-
HSV(B)121.57º85.82%52.55%-
XYZ8.9417.253.62-
YUV86.8591.479.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 134 (52.73% from 255) = 76.57%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=10.86%
G=76.57%
B=12.57%

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
Decimal19134220.8600.840.47121.5775.1630
Hex138616560542F7a4b1e
Octal232062612601245717211336
Binary1001110000110101101010110010101001011111111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138616; }

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

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

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

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

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

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

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

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