Html Css Color HEX #137E0E Green

📋 copy color: '#137E0E'

red 19 ◦ green 126 ◦ blue 14

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

Shades of Green #137E0E

Tints of Green #137E0E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 79.25%

 BLUE value IS 14 (5.86% from 255) = 8.81%

R = 11.95%
G = 79.25%
B = 8.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#137E0E (or 0x137E0E) is known color: Green. HEX triplet: 13, 7E and 0E. RGB value is (19,126,14). Sum of RGB (Red+Green+Blue) = 19+126+14=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 126 (49.61% from 255 or 79.25% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 126 - color contains mainly: green. Hex color #137E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137E0E is #EC81F1. Grayscale: #515151. Windows color (decimal): -15499762 or 949779. OLE color: 949779.

HSL color Cylindrical-coordinate representation of color #137E0E: hue angle of 117.32º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137E0E is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 126 14 -
CMYK 0.85 0 0.89 0.51
HSL 117.32º 0.8% 0.27% -
HSV(B) 117.32º 0.89% 0.49% -
XYZ 7.81 15.09 2.92 -
YUV 81.24 90.05 83.61 -
System Red Green Blue C M Y K H S L
Decimal 19 126 14 0.85 0 0.89 0.51 117.32 0.8 0.27
Hex 13 7E E 55 0 59 33 75 50 1B
Octal 23 176 16 125 0 131 63 165 120 33
Binary 10011 1111110 1110 1010101 0 1011001 110011 1110101 1010000 11011

Color Harmonies of #137E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137E0E

Black with #137E0E

Text Example


Text Example

White with #137E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137E0E; }

 p { color: rgb(19,126,14); }

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

background-color css

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

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

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

border-color css

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

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

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