#117040

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

Shades of Dark Spring Green #117040

Tints of Dark Spring Green #117040

Color information

#117040 (or 0x117040) is unknown color: approx Dark Spring Green. HEX triplet: 11, 70 and 40. RGB value is (17,112,64). Sum of RGB (Red+Green+Blue) = 17+112+64=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #117040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117040 is #EE8FBF. Grayscale: #4E4E4E. Windows color (decimal): -15634368 or 4222993. OLE color: 4222993.

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

Color convert

RGB1711264-
CMYK0.8500.430.56
HSL149.68º73.64%25.29%-
HSV(B)149.68º84.82%43.92%-
XYZ6.9512.086.82-
YUV78.12120.0384.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 112 (44.14% from 255) = 58.03%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=8.81%
G=58.03%
B=33.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112640.8500.430.56149.6873.6425.29
Hex1170405502B38964a19
Octal211601001250537022611231
Binary10001111000010000001010101010101111100010010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117040; }

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

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

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

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

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

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

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

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