Html Css Color HEX #137240 Dark Spring Green

📋 copy color: '#137240'

red 19 ◦ green 114 ◦ blue 64

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

Shades of Dark Spring Green #137240

Tints of Dark Spring Green #137240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.87%

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

R = 9.64%
G = 57.87%
B = 32.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#137240 (or 0x137240) is known color: Dark Spring Green. HEX triplet: 13, 72 and 40. RGB value is (19,114,64). Sum of RGB (Red+Green+Blue) = 19+114+64=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #137240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137240 is #EC8DBF. Grayscale: #505050. Windows color (decimal): -15502784 or 4223507. OLE color: 4223507.

HSL color Cylindrical-coordinate representation of color #137240: hue angle of 148.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137240 is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 64 -
CMYK 0.83 0 0.44 0.55
HSL 148.42º 0.71% 0.26% -
HSV(B) 148.42º 0.83% 0.45% -
XYZ 7.21 12.54 6.89 -
YUV 79.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 19 114 64 0.83 0 0.44 0.55 148.42 0.71 0.26
Hex 13 72 40 53 0 2C 37 94 47 1A
Octal 23 162 100 123 0 54 67 224 107 32
Binary 10011 1110010 1000000 1010011 0 101100 110111 10010100 1000111 11010

Color Harmonies of #137240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137240

Black with #137240

Text Example


Text Example

White with #137240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137240; }

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

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

background-color css

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

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

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

border-color css

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

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

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