Html Css Color HEX #137E40 Dark Spring Green

📋 copy color: '#137E40'

red 19 ◦ green 126 ◦ blue 64

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

Shades of Dark Spring Green #137E40

Tints of Dark Spring Green #137E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 9.09%
G = 60.29%
B = 30.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#137E40 (or 0x137E40) is known color: Dark Spring Green. HEX triplet: 13, 7E and 40. RGB value is (19,126,64). Sum of RGB (Red+Green+Blue) = 19+126+64=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #137E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E40 is #EC81BF. Grayscale: #575757. Windows color (decimal): -15499712 or 4226579. OLE color: 4226579.

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

Color convert

RGB 19 126 64 -
CMYK 0.85 0 0.49 0.51
HSL 145.23º 0.74% 0.28% -
HSV(B) 145.23º 0.85% 0.49% -
XYZ 8.65 15.43 7.37 -
YUV 86.94 115.05 79.54 -
System Red Green Blue C M Y K H S L
Decimal 19 126 64 0.85 0 0.49 0.51 145.23 0.74 0.28
Hex 13 7E 40 55 0 31 33 91 4A 1C
Octal 23 176 100 125 0 61 63 221 112 34
Binary 10011 1111110 1000000 1010101 0 110001 110011 10010001 1001010 11100

Color Harmonies of #137E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137E40

Black with #137E40

Text Example


Text Example

White with #137E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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