Html Css Color HEX #137210 Green

📋 copy color: '#137210'

red 19 ◦ green 114 ◦ blue 16

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

Shades of Green #137210

Tints of Green #137210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 76.51%

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

R = 12.75%
G = 76.51%
B = 10.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#137210 (or 0x137210) is known color: Green. HEX triplet: 13, 72 and 10. RGB value is (19,114,16). Sum of RGB (Red+Green+Blue) = 19+114+16=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #137210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137210 is #EC8DEF. Grayscale: #4A4A4A. Windows color (decimal): -15502832 or 1077779. OLE color: 1077779.

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

Color convert

RGB 19 114 16 -
CMYK 0.83 0 0.86 0.55
HSL 118.16º 0.75% 0.25% -
HSV(B) 118.16º 0.86% 0.45% -
XYZ 6.38 12.21 2.51 -
YUV 74.42 95.03 88.47 -
System Red Green Blue C M Y K H S L
Decimal 19 114 16 0.83 0 0.86 0.55 118.16 0.75 0.25
Hex 13 72 10 53 0 56 37 76 4B 19
Octal 23 162 20 123 0 126 67 166 113 31
Binary 10011 1110010 10000 1010011 0 1010110 110111 1110110 1001011 11001

Color Harmonies of #137210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137210

Black with #137210

Text Example


Text Example

White with #137210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137210; }

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

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

background-color css

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

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

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

border-color css

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

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

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