Html Css Color HEX #139410 Forest Green

📋 copy color: '#139410'

red 19 ◦ green 148 ◦ blue 16

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

Shades of Forest Green #139410

Tints of Forest Green #139410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 80.87%

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 10.38%
G = 80.87%
B = 8.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#139410 (or 0x139410) is known color: Forest Green. HEX triplet: 13, 94 and 10. RGB value is (19,148,16). Sum of RGB (Red+Green+Blue) = 19+148+16=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 148 (58.20% from 255 or 80.87% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 148 - color contains mainly: green. Hex color #139410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139410 is #EC6BEF. Grayscale: #5E5E5E. Windows color (decimal): -15494128 or 1086483. OLE color: 1086483.

HSL color Cylindrical-coordinate representation of color #139410: hue angle of 118.64º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139410 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 16 -
CMYK 0.87 0 0.89 0.42
HSL 118.64º 0.8% 0.32% -
HSV(B) 118.64º 0.89% 0.58% -
XYZ 10.95 21.36 4.04 -
YUV 94.38 83.76 74.23 -
System Red Green Blue C M Y K H S L
Decimal 19 148 16 0.87 0 0.89 0.42 118.64 0.8 0.32
Hex 13 94 10 57 0 59 2A 77 50 20
Octal 23 224 20 127 0 131 52 167 120 40
Binary 10011 10010100 10000 1010111 0 1011001 101010 1110111 1010000 100000

Color Harmonies of #139410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139410

Black with #139410

Text Example


Text Example

White with #139410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139410; }

 p { color: rgb(19,148,16); }

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

background-color css

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

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

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

border-color css

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

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

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