Html Css Color HEX #137316 Forest Green

📋 copy color: '#137316'

red 19 ◦ green 115 ◦ blue 22

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

Shades of Forest Green #137316

Tints of Forest Green #137316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 73.72%

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

R = 12.18%
G = 73.72%
B = 14.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#137316 (or 0x137316) is known color: Forest Green. HEX triplet: 13, 73 and 16. RGB value is (19,115,22). Sum of RGB (Red+Green+Blue) = 19+115+22=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #137316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137316 is #EC8CE9. Grayscale: #4B4B4B. Windows color (decimal): -15502570 or 1471251. OLE color: 1471251.

HSL color Cylindrical-coordinate representation of color #137316: hue angle of 121.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137316 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 22 -
CMYK 0.83 0 0.81 0.55
HSL 121.88º 0.72% 0.26% -
HSV(B) 121.88º 0.83% 0.45% -
XYZ 6.54 12.46 2.82 -
YUV 75.69 97.7 87.56 -
System Red Green Blue C M Y K H S L
Decimal 19 115 22 0.83 0 0.81 0.55 121.88 0.72 0.26
Hex 13 73 16 53 0 51 37 7A 48 1A
Octal 23 163 26 123 0 121 67 172 110 32
Binary 10011 1110011 10110 1010011 0 1010001 110111 1111010 1001000 11010

Color Harmonies of #137316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137316

Black with #137316

Text Example


Text Example

White with #137316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137316; }

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

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

background-color css

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

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

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

border-color css

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

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

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