Html Css Color HEX #137320 Forest Green

📋 copy color: '#137320'

red 19 ◦ green 115 ◦ blue 32

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

Shades of Forest Green #137320

Tints of Forest Green #137320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 11.45%
G = 69.28%
B = 19.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#137320 (or 0x137320) is known color: Forest Green. HEX triplet: 13, 73 and 20. RGB value is (19,115,32). Sum of RGB (Red+Green+Blue) = 19+115+32=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #137320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137320 is #EC8CDF. Grayscale: #4D4D4D. Windows color (decimal): -15502560 or 2126611. OLE color: 2126611.

HSL color Cylindrical-coordinate representation of color #137320: hue angle of 128.12º 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 #137320 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 32 -
CMYK 0.83 0 0.72 0.55
HSL 128.13º 0.72% 0.26% -
HSV(B) 128.13º 0.83% 0.45% -
XYZ 6.66 12.5 3.43 -
YUV 76.83 102.7 86.75 -
System Red Green Blue C M Y K H S L
Decimal 19 115 32 0.83 0 0.72 0.55 128.13 0.72 0.26
Hex 13 73 20 53 0 48 37 80 48 1A
Octal 23 163 40 123 0 110 67 200 110 32
Binary 10011 1110011 100000 1010011 0 1001000 110111 10000000 1001000 11010

Color Harmonies of #137320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137320

Black with #137320

Text Example


Text Example

White with #137320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137320; }

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

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

background-color css

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

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

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

border-color css

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

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

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