Html Css Color HEX #137516 Forest Green

📋 copy color: '#137516'

red 19 ◦ green 117 ◦ blue 22

#137516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #137516

Tints of Forest Green #137516

RGB

 RED value IS 19 (7.81% from 255) = 12.03%

 GREEN value IS 117 (46.09% from 255) = 74.05%

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 12.03%
G = 74.05%
B = 13.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#137516 (or 0x137516) is known color: Forest Green. HEX triplet: 13, 75 and 16. RGB value is (19,117,22). Sum of RGB (Red+Green+Blue) = 19+117+22=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #137516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137516 is #EC8AE9. Grayscale: #4D4D4D. Windows color (decimal): -15502058 or 1471763. OLE color: 1471763.

HSL color Cylindrical-coordinate representation of color #137516: hue angle of 121.84º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137516 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 22 -
CMYK 0.84 0 0.81 0.54
HSL 121.84º 0.72% 0.27% -
HSV(B) 121.84º 0.84% 0.46% -
XYZ 6.77 12.92 2.9 -
YUV 76.87 97.03 86.72 -
System Red Green Blue C M Y K H S L
Decimal 19 117 22 0.84 0 0.81 0.54 121.84 0.72 0.27
Hex 13 75 16 54 0 51 36 7A 48 1B
Octal 23 165 26 124 0 121 66 172 110 33
Binary 10011 1110101 10110 1010100 0 1010001 110110 1111010 1001000 11011

Color Harmonies of #137516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137516

Black with #137516

Text Example


Text Example

White with #137516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137516; }

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

 H1.HeaderClassName
 {
   color: #137516;
 }
 .AnyTagClassName
 {
   color: #137516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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