#137245

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

Shades of Dark Spring Green #137245

Tints of Dark Spring Green #137245

Color information

#137245 (or 0x137245) is unknown color: approx Dark Spring Green. HEX triplet: 13, 72 and 45. RGB value is (19,114,69). Sum of RGB (Red+Green+Blue) = 19+114+69=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #137245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137245 is #EC8DBA. Grayscale: #505050. Windows color (decimal): -15502779 or 4551187. OLE color: 4551187.

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

Color convert

RGB1911469-
CMYK0.8300.390.55
HSL151.58º71.43%26.08%-
HSV(B)151.58º83.33%44.71%-
XYZ7.3612.67.67-
YUV80.46121.5384.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=9.41%
G=56.44%
B=34.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114690.8300.390.55151.5871.4326.08
Hex137245530273798471a
Octal231621051230476723010732
Binary10011111001010001011010011010011111011110011000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137245; }

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

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

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

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

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

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

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

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