#117C40

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

Shades of Dark Spring Green #117C40

Tints of Dark Spring Green #117C40

Color information

#117C40 (or 0x117C40) is unknown color: approx Dark Spring Green. HEX triplet: 11, 7C and 40. RGB value is (17,124,64). Sum of RGB (Red+Green+Blue) = 17+124+64=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #117C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C40 is #EE83BF. Grayscale: #555555. Windows color (decimal): -15631296 or 4226065. OLE color: 4226065.

HSL color Cylindrical-coordinate representation of color #117C40: hue angle of 146.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C40 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1712464-
CMYK0.8600.480.51
HSL146.36º75.89%27.65%-
HSV(B)146.36º86.29%48.63%-
XYZ8.3614.97.29-
YUV85.17116.0579.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 124 (48.83% from 255) = 60.49%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=8.29%
G=60.49%
B=31.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17124640.8600.480.51146.3675.8927.65
Hex117C405603033924c1c
Octal211741001260606322211434
Binary10001111110010000001010110011000011001110010010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117C40; }

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

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

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

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

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

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

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

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