Html Css Color HEX #137C04 Green

📋 copy color: '#137C04'

red 19 ◦ green 124 ◦ blue 4

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

Shades of Green #137C04

Tints of Green #137C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.72%

R = 12.93%
G = 84.35%
B = 2.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#137C04 (or 0x137C04) is known color: Green. HEX triplet: 13, 7C and 04. RGB value is (19,124,4). Sum of RGB (Red+Green+Blue) = 19+124+4=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 124 (48.83% from 255 or 84.35% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 124 - color contains mainly: green. Hex color #137C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137C04 is #EC83FB. Grayscale: #4F4F4F. Windows color (decimal): -15500284 or 293907. OLE color: 293907.

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

Color convert

RGB 19 124 4 -
CMYK 0.85 0 0.97 0.51
HSL 112.5º 0.94% 0.25% -
HSV(B) 112.5º 0.97% 0.49% -
XYZ 7.5 14.56 2.53 -
YUV 78.93 85.71 85.26 -
System Red Green Blue C M Y K H S L
Decimal 19 124 4 0.85 0 0.97 0.51 112.5 0.94 0.25
Hex 13 7C 4 55 0 61 33 70 5E 19
Octal 23 174 4 125 0 141 63 160 136 31
Binary 10011 1111100 100 1010101 0 1100001 110011 1110000 1011110 11001

Color Harmonies of #137C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C04

Black with #137C04

Text Example


Text Example

White with #137C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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