Html Css Color HEX #137D3D Dark Spring Green

📋 copy color: '#137D3D'

red 19 ◦ green 125 ◦ blue 61

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

Shades of Dark Spring Green #137D3D

Tints of Dark Spring Green #137D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 9.27%
G = 60.98%
B = 29.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#137D3D (or 0x137D3D) is known color: Dark Spring Green. HEX triplet: 13, 7D and 3D. RGB value is (19,125,61). Sum of RGB (Red+Green+Blue) = 19+125+61=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #137D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D3D is #EC82C2. Grayscale: #565656. Windows color (decimal): -15499971 or 4029715. OLE color: 4029715.

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

Color convert

RGB 19 125 61 -
CMYK 0.85 0 0.51 0.51
HSL 143.77º 0.74% 0.28% -
HSV(B) 143.77º 0.85% 0.49% -
XYZ 8.44 15.14 6.89 -
YUV 86.01 113.88 80.2 -
System Red Green Blue C M Y K H S L
Decimal 19 125 61 0.85 0 0.51 0.51 143.77 0.74 0.28
Hex 13 7D 3D 55 0 33 33 90 4A 1C
Octal 23 175 75 125 0 63 63 220 112 34
Binary 10011 1111101 111101 1010101 0 110011 110011 10010000 1001010 11100

Color Harmonies of #137D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D3D

Black with #137D3D

Text Example


Text Example

White with #137D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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