Html Css Color HEX #137047 Dark Spring Green

📋 copy color: '#137047'

red 19 ◦ green 112 ◦ blue 71

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

Shades of Dark Spring Green #137047

Tints of Dark Spring Green #137047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.45%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 9.41%
G = 55.45%
B = 35.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#137047 (or 0x137047) is known color: Dark Spring Green. HEX triplet: 13, 70 and 47. RGB value is (19,112,71). Sum of RGB (Red+Green+Blue) = 19+112+71=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #137047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137047 is #EC8FB8. Grayscale: #4F4F4F. Windows color (decimal): -15503289 or 4681747. OLE color: 4681747.

HSL color Cylindrical-coordinate representation of color #137047: hue angle of 153.55º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137047 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 71 -
CMYK 0.83 0 0.37 0.56
HSL 153.55º 0.71% 0.26% -
HSV(B) 153.55º 0.83% 0.44% -
XYZ 7.2 12.18 7.93 -
YUV 79.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 19 112 71 0.83 0 0.37 0.56 153.55 0.71 0.26
Hex 13 70 47 53 0 25 38 9A 47 1A
Octal 23 160 107 123 0 45 70 232 107 32
Binary 10011 1110000 1000111 1010011 0 100101 111000 10011010 1000111 11010

Color Harmonies of #137047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137047

Black with #137047

Text Example


Text Example

White with #137047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137047; }

 p { color: rgb(19,112,71); }

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

background-color css

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

 a { background-color: rgb(19,112,71); }

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

border-color css

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

 span { border-color: rgb(19,112,71); }

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