Html Css Color HEX #137944 Dark Spring Green

📋 copy color: '#137944'

red 19 ◦ green 121 ◦ blue 68

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

Shades of Dark Spring Green #137944

Tints of Dark Spring Green #137944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.69%

R = 9.13%
G = 58.17%
B = 32.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#137944 (or 0x137944) is known color: Dark Spring Green. HEX triplet: 13, 79 and 44. RGB value is (19,121,68). Sum of RGB (Red+Green+Blue) = 19+121+68=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #137944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137944 is #EC86BB. Grayscale: #545454. Windows color (decimal): -15500988 or 4487443. OLE color: 4487443.

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

Color convert

RGB 19 121 68 -
CMYK 0.84 0 0.44 0.53
HSL 148.82º 0.73% 0.27% -
HSV(B) 148.82º 0.84% 0.47% -
XYZ 8.15 14.23 7.79 -
YUV 84.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 19 121 68 0.84 0 0.44 0.53 148.82 0.73 0.27
Hex 13 79 44 54 0 2C 35 95 49 1B
Octal 23 171 104 124 0 54 65 225 111 33
Binary 10011 1111001 1000100 1010100 0 101100 110101 10010101 1001001 11011

Color Harmonies of #137944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137944

Black with #137944

Text Example


Text Example

White with #137944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137944; }

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

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

background-color css

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

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

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

border-color css

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

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

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