Html Css Color HEX #137C01 Green

📋 copy color: '#137C01'

red 19 ◦ green 124 ◦ blue 1

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

Shades of Green #137C01

Tints of Green #137C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 13.19%
G = 86.11%
B = 0.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#137C01 (or 0x137C01) is known color: Green. HEX triplet: 13, 7C and 01. RGB value is (19,124,1). Sum of RGB (Red+Green+Blue) = 19+124+1=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 124 (48.83% from 255 or 86.11% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 124 - color contains mainly: green. Hex color #137C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137C01 is #EC83FE. Grayscale: #4E4E4E. Windows color (decimal): -15500287 or 97299. OLE color: 97299.

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

Color convert

RGB 19 124 1 -
CMYK 0.85 0 0.99 0.51
HSL 111.22º 0.98% 0.25% -
HSV(B) 111.22º 0.99% 0.49% -
XYZ 7.48 14.56 2.44 -
YUV 78.58 84.21 85.5 -
System Red Green Blue C M Y K H S L
Decimal 19 124 1 0.85 0 0.99 0.51 111.22 0.98 0.25
Hex 13 7C 1 55 0 63 33 6F 62 19
Octal 23 174 1 125 0 143 63 157 142 31
Binary 10011 1111100 1 1010101 0 1100011 110011 1101111 1100010 11001

Color Harmonies of #137C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C01

Black with #137C01

Text Example


Text Example

White with #137C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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