Html Css Color HEX #137744 Dark Spring Green

📋 copy color: '#137744'

red 19 ◦ green 119 ◦ blue 68

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

Shades of Dark Spring Green #137744

Tints of Dark Spring Green #137744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.77%

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

R = 9.22%
G = 57.77%
B = 33.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#137744 (or 0x137744) is known color: Dark Spring Green. HEX triplet: 13, 77 and 44. RGB value is (19,119,68). Sum of RGB (Red+Green+Blue) = 19+119+68=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #137744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137744 is #EC88BB. Grayscale: #535353. Windows color (decimal): -15501500 or 4486931. OLE color: 4486931.

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

Color convert

RGB 19 119 68 -
CMYK 0.84 0 0.43 0.53
HSL 149.4º 0.72% 0.27% -
HSV(B) 149.4º 0.84% 0.47% -
XYZ 7.91 13.75 7.71 -
YUV 83.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 19 119 68 0.84 0 0.43 0.53 149.4 0.72 0.27
Hex 13 77 44 54 0 2B 35 95 48 1B
Octal 23 167 104 124 0 53 65 225 110 33
Binary 10011 1110111 1000100 1010100 0 101011 110101 10010101 1001000 11011

Color Harmonies of #137744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137744

Black with #137744

Text Example


Text Example

White with #137744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137744; }

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

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

background-color css

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

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

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

border-color css

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

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

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