#11714B

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

Shades of Dark Spring Green #11714B

Tints of Dark Spring Green #11714B

Color information

#11714B (or 0x11714B) is unknown color: approx Dark Spring Green. HEX triplet: 11, 71 and 4B. RGB value is (17,113,75). Sum of RGB (Red+Green+Blue) = 17+113+75=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #11714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11714B is #EE8EB4. Grayscale: #505050. Windows color (decimal): -15634101 or 4944145. OLE color: 4944145.

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

Color convert

RGB1711375-
CMYK0.8500.340.56
HSL156.25º73.85%25.49%-
HSV(B)156.25º84.96%44.31%-
XYZ7.4112.448.67-
YUV79.96125.283.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=8.29%
G=55.12%
B=36.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113750.8500.340.56156.2573.8525.49
Hex11714B55022389c4a19
Octal211611131250427023411231
Binary10001111000110010111010101010001011100010011100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11714B; }

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

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

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

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

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

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

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

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