Html Css Color HEX #139613 Forest Green

📋 copy color: '#139613'

red 19 ◦ green 150 ◦ blue 19

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

Shades of Forest Green #139613

Tints of Forest Green #139613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 79.79%

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 10.11%
G = 79.79%
B = 10.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#139613 (or 0x139613) is known color: Forest Green. HEX triplet: 13, 96 and 13. RGB value is (19,150,19). Sum of RGB (Red+Green+Blue) = 19+150+19=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 150 (58.98% from 255 or 79.79% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 150 - color contains mainly: green. Hex color #139613 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139613 is #EC69EC. Grayscale: #606060. Windows color (decimal): -15493613 or 1283603. OLE color: 1283603.

HSL color Cylindrical-coordinate representation of color #139613: hue angle of 120º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139613 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 19 -
CMYK 0.87 0 0.87 0.41
HSL 120º 0.78% 0.33% -
HSV(B) 120º 0.87% 0.59% -
XYZ 11.29 22 4.27 -
YUV 95.9 84.6 73.15 -
System Red Green Blue C M Y K H S L
Decimal 19 150 19 0.87 0 0.87 0.41 120 0.78 0.33
Hex 13 96 13 57 0 57 29 78 4E 21
Octal 23 226 23 127 0 127 51 170 116 41
Binary 10011 10010110 10011 1010111 0 1010111 101001 1111000 1001110 100001

Color Harmonies of #139613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139613

Black with #139613

Text Example


Text Example

White with #139613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139613; }

 p { color: rgb(19,150,19); }

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

background-color css

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

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

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

border-color css

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

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

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