Html Css Color HEX #137912 Green

📋 copy color: '#137912'

red 19 ◦ green 121 ◦ blue 18

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

Shades of Green #137912

Tints of Green #137912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 76.58%

 BLUE value IS 18 (7.42% from 255) = 11.39%

R = 12.03%
G = 76.58%
B = 11.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#137912 (or 0x137912) is known color: Green. HEX triplet: 13, 79 and 12. RGB value is (19,121,18). Sum of RGB (Red+Green+Blue) = 19+121+18=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 121 (47.66% from 255 or 76.58% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 121 - color contains mainly: green. Hex color #137912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137912 is #EC86ED. Grayscale: #4F4F4F. Windows color (decimal): -15501038 or 1210643. OLE color: 1210643.

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

Color convert

RGB 19 121 18 -
CMYK 0.84 0 0.85 0.53
HSL 119.42º 0.74% 0.27% -
HSV(B) 119.42º 0.85% 0.47% -
XYZ 7.22 13.86 2.87 -
YUV 78.76 93.71 85.38 -
System Red Green Blue C M Y K H S L
Decimal 19 121 18 0.84 0 0.85 0.53 119.42 0.74 0.27
Hex 13 79 12 54 0 55 35 77 4A 1B
Octal 23 171 22 124 0 125 65 167 112 33
Binary 10011 1111001 10010 1010100 0 1010101 110101 1110111 1001010 11011

Color Harmonies of #137912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137912

Black with #137912

Text Example


Text Example

White with #137912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137912; }

 p { color: rgb(19,121,18); }

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

background-color css

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

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

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

border-color css

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

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

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