Html Css Color HEX #137C0F Green

📋 copy color: '#137C0F'

red 19 ◦ green 124 ◦ blue 15

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

Shades of Green #137C0F

Tints of Green #137C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 78.48%

 BLUE value IS 15 (6.25% from 255) = 9.49%

R = 12.03%
G = 78.48%
B = 9.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#137C0F (or 0x137C0F) is known color: Green. HEX triplet: 13, 7C and 0F. RGB value is (19,124,15). Sum of RGB (Red+Green+Blue) = 19+124+15=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 124 (48.83% from 255 or 78.48% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 124 - color contains mainly: green. Hex color #137C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137C0F is #EC83F0. Grayscale: #505050. Windows color (decimal): -15500273 or 1014803. OLE color: 1014803.

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

Color convert

RGB 19 124 15 -
CMYK 0.85 0 0.88 0.51
HSL 117.8º 0.78% 0.27% -
HSV(B) 117.8º 0.88% 0.49% -
XYZ 7.56 14.59 2.87 -
YUV 80.18 91.21 84.36 -
System Red Green Blue C M Y K H S L
Decimal 19 124 15 0.85 0 0.88 0.51 117.8 0.78 0.27
Hex 13 7C F 55 0 58 33 76 4E 1B
Octal 23 174 17 125 0 130 63 166 116 33
Binary 10011 1111100 1111 1010101 0 1011000 110011 1110110 1001110 11011

Color Harmonies of #137C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C0F

Black with #137C0F

Text Example


Text Example

White with #137C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,124,15); }

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

background-color css

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

 a { background-color: rgb(19,124,15); }

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

border-color css

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

 span { border-color: rgb(19,124,15); }

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