#11703D

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

Shades of Dark Spring Green #11703D

Tints of Dark Spring Green #11703D

Color information

#11703D (or 0x11703D) is unknown color: approx Dark Spring Green. HEX triplet: 11, 70 and 3D. RGB value is (17,112,61). Sum of RGB (Red+Green+Blue) = 17+112+61=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #11703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11703D is #EE8FC2. Grayscale: #4D4D4D. Windows color (decimal): -15634371 or 4026385. OLE color: 4026385.

HSL color Cylindrical-coordinate representation of color #11703D: hue angle of 147.79º 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 #11703D is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1711261-
CMYK0.8500.460.56
HSL147.79º73.64%25.29%-
HSV(B)147.79º84.82%43.92%-
XYZ6.8712.046.38-
YUV77.78118.5384.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=8.95%
G=58.95%
B=32.11%

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
Decimal17112610.8500.460.56147.7973.6425.29
Hex11703D5502E38944a19
Octal21160751250567022411231
Binary1000111100001111011010101010111011100010010100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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