#137249

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

Shades of Dark Spring Green #137249

Tints of Dark Spring Green #137249

Color information

#137249 (or 0x137249) is unknown color: approx Dark Spring Green. HEX triplet: 13, 72 and 49. RGB value is (19,114,73). Sum of RGB (Red+Green+Blue) = 19+114+73=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #137249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137249 is #EC8DB6. Grayscale: #505050. Windows color (decimal): -15502775 or 4813331. OLE color: 4813331.

HSL color Cylindrical-coordinate representation of color #137249: hue angle of 154.11º 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 #137249 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1911473-
CMYK0.8300.360.55
HSL154.11º71.43%26.08%-
HSV(B)154.11º83.33%44.71%-
XYZ7.4912.658.35-
YUV80.92123.5383.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 114 (44.92% from 255) = 55.34%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=9.22%
G=55.34%
B=35.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114730.8300.360.55154.1171.4326.08
Hex13724953024379a471a
Octal231621111230446723210732
Binary10011111001010010011010011010010011011110011010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137249; }

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

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

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

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

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

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

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

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