Html Css Color HEX #137940 Dark Spring Green

📋 copy color: '#137940'

red 19 ◦ green 121 ◦ blue 64

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

Shades of Dark Spring Green #137940

Tints of Dark Spring Green #137940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.31%

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

R = 9.31%
G = 59.31%
B = 31.37%

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

#137940 (or 0x137940) is known color: Dark Spring Green. HEX triplet: 13, 79 and 40. RGB value is (19,121,64). Sum of RGB (Red+Green+Blue) = 19+121+64=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #137940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137940 is #EC86BF. Grayscale: #545454. Windows color (decimal): -15500992 or 4225299. OLE color: 4225299.

HSL color Cylindrical-coordinate representation of color #137940: hue angle of 146.47º 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 #137940 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 64 -
CMYK 0.84 0 0.47 0.53
HSL 146.47º 0.73% 0.27% -
HSV(B) 146.47º 0.84% 0.47% -
XYZ 8.03 14.18 7.16 -
YUV 84 116.71 81.63 -
System Red Green Blue C M Y K H S L
Decimal 19 121 64 0.84 0 0.47 0.53 146.47 0.73 0.27
Hex 13 79 40 54 0 2F 35 92 49 1B
Octal 23 171 100 124 0 57 65 222 111 33
Binary 10011 1111001 1000000 1010100 0 101111 110101 10010010 1001001 11011

Color Harmonies of #137940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137940

Black with #137940

Text Example


Text Example

White with #137940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137940; }

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

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

background-color css

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

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

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

border-color css

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

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

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