Html Css Color HEX #137E3A Dark Spring Green

📋 copy color: '#137E3A'

red 19 ◦ green 126 ◦ blue 58

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

Shades of Dark Spring Green #137E3A

Tints of Dark Spring Green #137E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 62.07%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 9.36%
G = 62.07%
B = 28.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#137E3A (or 0x137E3A) is known color: Dark Spring Green. HEX triplet: 13, 7E and 3A. RGB value is (19,126,58). Sum of RGB (Red+Green+Blue) = 19+126+58=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #137E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E3A is #EC81C5. Grayscale: #565656. Windows color (decimal): -15499718 or 3833363. OLE color: 3833363.

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

Color convert

RGB 19 126 58 -
CMYK 0.85 0 0.54 0.51
HSL 141.87º 0.74% 0.28% -
HSV(B) 141.87º 0.85% 0.49% -
XYZ 8.49 15.37 6.52 -
YUV 86.26 112.05 80.03 -
System Red Green Blue C M Y K H S L
Decimal 19 126 58 0.85 0 0.54 0.51 141.87 0.74 0.28
Hex 13 7E 3A 55 0 36 33 8E 4A 1C
Octal 23 176 72 125 0 66 63 216 112 34
Binary 10011 1111110 111010 1010101 0 110110 110011 10001110 1001010 11100

Color Harmonies of #137E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137E3A

Black with #137E3A

Text Example


Text Example

White with #137E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,126,58); }

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

background-color css

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

 a { background-color: rgb(19,126,58); }

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

border-color css

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

 span { border-color: rgb(19,126,58); }

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