Html Css Color HEX #137718 Forest Green

📋 copy color: '#137718'

red 19 ◦ green 119 ◦ blue 24

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

Shades of Forest Green #137718

Tints of Forest Green #137718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 73.46%

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 11.73%
G = 73.46%
B = 14.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#137718 (or 0x137718) is known color: Forest Green. HEX triplet: 13, 77 and 18. RGB value is (19,119,24). Sum of RGB (Red+Green+Blue) = 19+119+24=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 119 (46.88% from 255 or 73.46% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 119 - color contains mainly: green. Hex color #137718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137718 is #EC88E7. Grayscale: #4E4E4E. Windows color (decimal): -15501544 or 1603347. OLE color: 1603347.

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

Color convert

RGB 19 119 24 -
CMYK 0.84 0 0.80 0.53
HSL 123º 0.72% 0.27% -
HSV(B) 123º 0.84% 0.47% -
XYZ 7.03 13.4 3.08 -
YUV 78.27 97.37 85.72 -
System Red Green Blue C M Y K H S L
Decimal 19 119 24 0.84 0 0.80 0.53 123 0.72 0.27
Hex 13 77 18 54 0 50 35 7B 48 1B
Octal 23 167 30 124 0 120 65 173 110 33
Binary 10011 1110111 11000 1010100 0 1010000 110101 1111011 1001000 11011

Color Harmonies of #137718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137718

Black with #137718

Text Example


Text Example

White with #137718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137718; }

 p { color: rgb(19,119,24); }

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

background-color css

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

 a { background-color: rgb(19,119,24); }

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

border-color css

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

 span { border-color: rgb(19,119,24); }

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