Html Css Color HEX #137C03 Green

📋 copy color: '#137C03'

red 19 ◦ green 124 ◦ blue 3

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

Shades of Green #137C03

Tints of Green #137C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.05%

R = 13.01%
G = 84.93%
B = 2.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#137C03 (or 0x137C03) is known color: Green. HEX triplet: 13, 7C and 03. RGB value is (19,124,3). Sum of RGB (Red+Green+Blue) = 19+124+3=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 124 (48.83% from 255 or 84.93% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 124 - color contains mainly: green. Hex color #137C03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137C03 is #EC83FC. Grayscale: #4F4F4F. Windows color (decimal): -15500285 or 228371. OLE color: 228371.

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

Color convert

RGB 19 124 3 -
CMYK 0.85 0 0.98 0.51
HSL 112.07º 0.95% 0.25% -
HSV(B) 112.07º 0.98% 0.49% -
XYZ 7.49 14.56 2.5 -
YUV 78.81 85.21 85.34 -
System Red Green Blue C M Y K H S L
Decimal 19 124 3 0.85 0 0.98 0.51 112.07 0.95 0.25
Hex 13 7C 3 55 0 62 33 70 5F 19
Octal 23 174 3 125 0 142 63 160 137 31
Binary 10011 1111100 11 1010101 0 1100010 110011 1110000 1011111 11001

Color Harmonies of #137C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C03

Black with #137C03

Text Example


Text Example

White with #137C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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