Html Css Color HEX #137549 Dark Spring Green

📋 copy color: '#137549'

red 19 ◦ green 117 ◦ blue 73

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

Shades of Dark Spring Green #137549

Tints of Dark Spring Green #137549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.98%

 BLUE value IS 73 (28.91% from 255) = 34.93%

R = 9.09%
G = 55.98%
B = 34.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#137549 (or 0x137549) is known color: Dark Spring Green. HEX triplet: 13, 75 and 49. RGB value is (19,117,73). Sum of RGB (Red+Green+Blue) = 19+117+73=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #137549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137549 is #EC8AB6. Grayscale: #525252. Windows color (decimal): -15502007 or 4814099. OLE color: 4814099.

HSL color Cylindrical-coordinate representation of color #137549: hue angle of 153.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137549 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 73 -
CMYK 0.84 0 0.38 0.54
HSL 153.06º 0.72% 0.27% -
HSV(B) 153.06º 0.84% 0.46% -
XYZ 7.83 13.34 8.47 -
YUV 82.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 19 117 73 0.84 0 0.38 0.54 153.06 0.72 0.27
Hex 13 75 49 54 0 26 36 99 48 1B
Octal 23 165 111 124 0 46 66 231 110 33
Binary 10011 1110101 1001001 1010100 0 100110 110110 10011001 1001000 11011

Color Harmonies of #137549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137549

Black with #137549

Text Example


Text Example

White with #137549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137549; }

 p { color: rgb(19,117,73); }

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

background-color css

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

 a { background-color: rgb(19,117,73); }

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

border-color css

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

 span { border-color: rgb(19,117,73); }

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