Html Css Color HEX #137941 Dark Spring Green

📋 copy color: '#137941'

red 19 ◦ green 121 ◦ blue 65

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

Shades of Dark Spring Green #137941

Tints of Dark Spring Green #137941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 9.27%
G = 59.02%
B = 31.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#137941 (or 0x137941) is known color: Dark Spring Green. HEX triplet: 13, 79 and 41. RGB value is (19,121,65). Sum of RGB (Red+Green+Blue) = 19+121+65=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #137941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137941 is #EC86BE. Grayscale: #545454. Windows color (decimal): -15500991 or 4290835. OLE color: 4290835.

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

Color convert

RGB 19 121 65 -
CMYK 0.84 0 0.46 0.53
HSL 147.06º 0.73% 0.27% -
HSV(B) 147.06º 0.84% 0.47% -
XYZ 8.06 14.19 7.32 -
YUV 84.12 117.21 81.55 -
System Red Green Blue C M Y K H S L
Decimal 19 121 65 0.84 0 0.46 0.53 147.06 0.73 0.27
Hex 13 79 41 54 0 2E 35 93 49 1B
Octal 23 171 101 124 0 56 65 223 111 33
Binary 10011 1111001 1000001 1010100 0 101110 110101 10010011 1001001 11011

Color Harmonies of #137941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137941

Black with #137941

Text Example


Text Example

White with #137941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137941; }

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

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

background-color css

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

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

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

border-color css

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

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

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