#11713E

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

Shades of Dark Spring Green #11713E

Tints of Dark Spring Green #11713E

Color information

#11713E (or 0x11713E) is unknown color: approx Dark Spring Green. HEX triplet: 11, 71 and 3E. RGB value is (17,113,62). Sum of RGB (Red+Green+Blue) = 17+113+62=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #11713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11713E is #EE8EC1. Grayscale: #4E4E4E. Windows color (decimal): -15634114 or 4092177. OLE color: 4092177.

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

Color convert

RGB1711362-
CMYK0.8500.450.56
HSL148.12º73.85%25.49%-
HSV(B)148.12º84.96%44.31%-
XYZ7.0112.286.56-
YUV78.48118.784.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 113 (44.53% from 255) = 58.85%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=8.85%
G=58.85%
B=32.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113620.8500.450.56148.1273.8525.49
Hex11713E5502D38944a19
Octal21161761250557022411231
Binary1000111100011111101010101010110111100010010100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11713E; }

 p { color: rgb(17,113,62); }

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

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

 a { background-color: rgb(17,113,62); }

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

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

 span { border-color: rgb(17,113,62); }

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