Html Css Color HEX #137D41 Dark Spring Green

📋 copy color: '#137D41'

red 19 ◦ green 125 ◦ blue 65

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

Shades of Dark Spring Green #137D41

Tints of Dark Spring Green #137D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 9.09%
G = 59.81%
B = 31.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#137D41 (or 0x137D41) is known color: Dark Spring Green. HEX triplet: 13, 7D and 41. RGB value is (19,125,65). Sum of RGB (Red+Green+Blue) = 19+125+65=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 125 (49.22% from 255 or 59.81% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 125 - color contains mainly: green. Hex color #137D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D41 is #EC82BE. Grayscale: #565656. Windows color (decimal): -15499967 or 4291859. OLE color: 4291859.

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

Color convert

RGB 19 125 65 -
CMYK 0.85 0 0.48 0.51
HSL 146.04º 0.74% 0.28% -
HSV(B) 146.04º 0.85% 0.49% -
XYZ 8.56 15.19 7.48 -
YUV 86.47 115.88 79.88 -
System Red Green Blue C M Y K H S L
Decimal 19 125 65 0.85 0 0.48 0.51 146.04 0.74 0.28
Hex 13 7D 41 55 0 30 33 92 4A 1C
Octal 23 175 101 125 0 60 63 222 112 34
Binary 10011 1111101 1000001 1010101 0 110000 110011 10010010 1001010 11100

Color Harmonies of #137D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D41

Black with #137D41

Text Example


Text Example

White with #137D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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