Html Css Color HEX #137D37 Dark Spring Green

📋 copy color: '#137D37'

red 19 ◦ green 125 ◦ blue 55

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

Shades of Dark Spring Green #137D37

Tints of Dark Spring Green #137D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 62.81%

 BLUE value IS 55 (21.88% from 255) = 27.64%

R = 9.55%
G = 62.81%
B = 27.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#137D37 (or 0x137D37) is known color: Dark Spring Green. HEX triplet: 13, 7D and 37. RGB value is (19,125,55). Sum of RGB (Red+Green+Blue) = 19+125+55=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 125 (49.22% from 255 or 62.81% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 125 - color contains mainly: green. Hex color #137D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D37 is #EC82C8. Grayscale: #555555. Windows color (decimal): -15499977 or 3636499. OLE color: 3636499.

HSL color Cylindrical-coordinate representation of color #137D37: hue angle of 140.38º 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 #137D37 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 125 55 -
CMYK 0.85 0 0.56 0.51
HSL 140.38º 0.74% 0.28% -
HSV(B) 140.38º 0.85% 0.49% -
XYZ 8.29 15.08 6.09 -
YUV 85.33 110.88 80.69 -
System Red Green Blue C M Y K H S L
Decimal 19 125 55 0.85 0 0.56 0.51 140.38 0.74 0.28
Hex 13 7D 37 55 0 38 33 8C 4A 1C
Octal 23 175 67 125 0 70 63 214 112 34
Binary 10011 1111101 110111 1010101 0 111000 110011 10001100 1001010 11100

Color Harmonies of #137D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D37

Black with #137D37

Text Example


Text Example

White with #137D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,55); }

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

background-color css

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

 a { background-color: rgb(19,125,55); }

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

border-color css

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

 span { border-color: rgb(19,125,55); }

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