Html Css Color HEX #137E3D Dark Spring Green

📋 copy color: '#137E3D'

red 19 ◦ green 126 ◦ blue 61

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

Shades of Dark Spring Green #137E3D

Tints of Dark Spring Green #137E3D

RGB

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

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

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

R = 9.22%
G = 61.17%
B = 29.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#137E3D (or 0x137E3D) is known color: Dark Spring Green. HEX triplet: 13, 7E and 3D. RGB value is (19,126,61). Sum of RGB (Red+Green+Blue) = 19+126+61=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 126 (49.61% from 255 or 61.17% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 126 - color contains mainly: green. Hex color #137E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E3D is #EC81C2. Grayscale: #565656. Windows color (decimal): -15499715 or 4029971. OLE color: 4029971.

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

Color convert

RGB 19 126 61 -
CMYK 0.85 0 0.52 0.51
HSL 143.55º 0.74% 0.28% -
HSV(B) 143.55º 0.85% 0.49% -
XYZ 8.57 15.4 6.94 -
YUV 86.6 113.55 79.79 -
System Red Green Blue C M Y K H S L
Decimal 19 126 61 0.85 0 0.52 0.51 143.55 0.74 0.28
Hex 13 7E 3D 55 0 34 33 90 4A 1C
Octal 23 176 75 125 0 64 63 220 112 34
Binary 10011 1111110 111101 1010101 0 110100 110011 10010000 1001010 11100

Color Harmonies of #137E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137E3D

Black with #137E3D

Text Example


Text Example

White with #137E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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