Html Css Color HEX #137B0E Green

📋 copy color: '#137B0E'

red 19 ◦ green 123 ◦ blue 14

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

Shades of Green #137B0E

Tints of Green #137B0E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 78.85%

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

R = 12.18%
G = 78.85%
B = 8.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#137B0E (or 0x137B0E) is known color: Green. HEX triplet: 13, 7B and 0E. RGB value is (19,123,14). Sum of RGB (Red+Green+Blue) = 19+123+14=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 123 (48.44% from 255 or 78.85% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 123 - color contains mainly: green. Hex color #137B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137B0E is #EC84F1. Grayscale: #4F4F4F. Windows color (decimal): -15500530 or 949011. OLE color: 949011.

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

Color convert

RGB 19 123 14 -
CMYK 0.85 0 0.89 0.52
HSL 117.25º 0.8% 0.27% -
HSV(B) 117.25º 0.89% 0.48% -
XYZ 7.43 14.34 2.79 -
YUV 79.48 91.04 84.86 -
System Red Green Blue C M Y K H S L
Decimal 19 123 14 0.85 0 0.89 0.52 117.25 0.8 0.27
Hex 13 7B E 55 0 59 34 75 50 1B
Octal 23 173 16 125 0 131 64 165 120 33
Binary 10011 1111011 1110 1010101 0 1011001 110100 1110101 1010000 11011

Color Harmonies of #137B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B0E

Black with #137B0E

Text Example


Text Example

White with #137B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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