Html Css Color HEX #137840 Dark Spring Green

📋 copy color: '#137840'

red 19 ◦ green 120 ◦ blue 64

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

Shades of Dark Spring Green #137840

Tints of Dark Spring Green #137840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.11%

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

R = 9.36%
G = 59.11%
B = 31.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#137840 (or 0x137840) is known color: Dark Spring Green. HEX triplet: 13, 78 and 40. RGB value is (19,120,64). Sum of RGB (Red+Green+Blue) = 19+120+64=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #137840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137840 is #EC87BF. Grayscale: #535353. Windows color (decimal): -15501248 or 4225043. OLE color: 4225043.

HSL color Cylindrical-coordinate representation of color #137840: hue angle of 146.73º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137840 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 64 -
CMYK 0.84 0 0.47 0.53
HSL 146.73º 0.73% 0.27% -
HSV(B) 146.73º 0.84% 0.47% -
XYZ 7.91 13.94 7.12 -
YUV 83.42 117.04 82.05 -
System Red Green Blue C M Y K H S L
Decimal 19 120 64 0.84 0 0.47 0.53 146.73 0.73 0.27
Hex 13 78 40 54 0 2F 35 93 49 1B
Octal 23 170 100 124 0 57 65 223 111 33
Binary 10011 1111000 1000000 1010100 0 101111 110101 10010011 1001001 11011

Color Harmonies of #137840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137840

Black with #137840

Text Example


Text Example

White with #137840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137840; }

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

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

background-color css

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

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

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

border-color css

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

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

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