#11703c

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

Shades of Dark Spring Green #11703C

Tints of Dark Spring Green #11703C

Color information

#11703C (or 0x11703C) is unknown color: approx Dark Spring Green. HEX triplet: 11, 70 and 3C. RGB value is (17,112,60). Sum of RGB (Red+Green+Blue) = 17+112+60=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #11703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11703C is #EE8FC3. Grayscale: #4D4D4D. Windows color (decimal): -15634372 or 3960849. OLE color: 3960849.

HSL color Cylindrical-coordinate representation of color #11703C: hue angle of 147.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11703C is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1711260-
CMYK0.8500.460.56
HSL147.16º73.64%25.29%-
HSV(B)147.16º84.82%43.92%-
XYZ6.8412.036.24-
YUV77.67118.0384.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=8.99%
G=59.26%
B=31.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112600.8500.460.56147.1673.6425.29
Hex11703C5502E38934a19
Octal21160741250567022311231
Binary1000111100001111001010101010111011100010010011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11703c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11703c; }

 p { color: rgb(17,112,60); }

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

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

 a { background-color: rgb(17,112,60); }

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

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

 span { border-color: rgb(17,112,60); }

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