#138416

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

Shades of Forest Green #138416

Tints of Forest Green #138416

Color information

#138416 (or 0x138416) is unknown color: approx Forest Green. HEX triplet: 13, 84 and 16. RGB value is (19,132,22). Sum of RGB (Red+Green+Blue) = 19+132+22=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #138416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138416 is #EC7BE9. Grayscale: #565656. Windows color (decimal): -15498218 or 1475603. OLE color: 1475603.

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

Color convert

RGB1913222-
CMYK0.8600.830.48
HSL121.59º74.83%29.61%-
HSV(B)121.59º85.61%51.76%-
XYZ8.6616.73.53-
YUV85.6792.0680.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 132 (51.95% from 255) = 76.30%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=10.98%
G=76.30%
B=12.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132220.8600.830.48121.5974.8329.61
Hex13841656053307a4b1e
Octal232042612601236017211336
Binary1001110000100101101010110010100111100001111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138416; }

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

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

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

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

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

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

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

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