Html Css Color HEX #137010 Green

📋 copy color: '#137010'

red 19 ◦ green 112 ◦ blue 16

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

Shades of Green #137010

Tints of Green #137010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 76.19%

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

R = 12.93%
G = 76.19%
B = 10.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#137010 (or 0x137010) is known color: Green. HEX triplet: 13, 70 and 10. RGB value is (19,112,16). Sum of RGB (Red+Green+Blue) = 19+112+16=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #137010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137010 is #EC8FEF. Grayscale: #494949. Windows color (decimal): -15503344 or 1077267. OLE color: 1077267.

HSL color Cylindrical-coordinate representation of color #137010: hue angle of 118.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137010 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 16 -
CMYK 0.83 0 0.86 0.56
HSL 118.13º 0.75% 0.25% -
HSV(B) 118.13º 0.86% 0.44% -
XYZ 6.16 11.76 2.44 -
YUV 73.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 19 112 16 0.83 0 0.86 0.56 118.13 0.75 0.25
Hex 13 70 10 53 0 56 38 76 4B 19
Octal 23 160 20 123 0 126 70 166 113 31
Binary 10011 1110000 10000 1010011 0 1010110 111000 1110110 1001011 11001

Color Harmonies of #137010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137010

Black with #137010

Text Example


Text Example

White with #137010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137010; }

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

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

background-color css

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

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

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

border-color css

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

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

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