#13704A

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

Shades of Dark Spring Green #13704A

Tints of Dark Spring Green #13704A

Color information

#13704A (or 0x13704A) is unknown color: approx Dark Spring Green. HEX triplet: 13, 70 and 4A. RGB value is (19,112,74). Sum of RGB (Red+Green+Blue) = 19+112+74=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #13704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13704A is #EC8FB5. Grayscale: #4F4F4F. Windows color (decimal): -15503286 or 4878355. OLE color: 4878355.

HSL color Cylindrical-coordinate representation of color #13704A: hue angle of 155.48º 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 #13704A is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1911274-
CMYK0.8300.340.56
HSL155.48º70.99%25.69%-
HSV(B)155.48º83.04%43.92%-
XYZ7.312.228.45-
YUV79.86124.6984.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=9.27%
G=54.63%
B=36.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19112740.8300.340.56155.4870.9925.69
Hex13704A53022389b471a
Octal231601121230427023310732
Binary10011111000010010101010011010001011100010011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13704A; }

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

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

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

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

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

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

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

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