#137247

Color #137247 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #137247

Tints of Dark Spring Green #137247

Color information

#137247 (or 0x137247) is unknown color: approx Dark Spring Green. HEX triplet: 13, 72 and 47. RGB value is (19,114,71). Sum of RGB (Red+Green+Blue) = 19+114+71=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #137247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137247 is #EC8DB8. Grayscale: #505050. Windows color (decimal): -15502777 or 4682259. OLE color: 4682259.

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

Color convert

RGB1911471-
CMYK0.8300.380.55
HSL152.84º71.43%26.08%-
HSV(B)152.84º83.33%44.71%-
XYZ7.4212.638.01-
YUV80.69122.5384-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=9.31%
G=55.88%
B=34.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114710.8300.380.55152.8471.4326.08
Hex137247530263799471a
Octal231621071230466723110732
Binary10011111001010001111010011010011011011110011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137247; }

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

 H1.HeaderClassName
 {
   color: #137247;
 }
 .AnyTagClassName
 {
   color: #137247;
 }
</style>
background-color css

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

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

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

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

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

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