#117C3F

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

Shades of Dark Spring Green #117C3F

Tints of Dark Spring Green #117C3F

Color information

#117C3F (or 0x117C3F) is unknown color: approx Dark Spring Green. HEX triplet: 11, 7C and 3F. RGB value is (17,124,63). Sum of RGB (Red+Green+Blue) = 17+124+63=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #117C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C3F is #EE83C0. Grayscale: #555555. Windows color (decimal): -15631297 or 4160529. OLE color: 4160529.

HSL color Cylindrical-coordinate representation of color #117C3F: hue angle of 145.79º 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 #117C3F is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB1712463-
CMYK0.8600.490.51
HSL145.79º75.89%27.65%-
HSV(B)145.79º86.29%48.63%-
XYZ8.3414.897.14-
YUV85.05115.5579.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 124 (48.83% from 255) = 60.78%
BLUE value IS 63 (25% from 255) = 30.88%
R=8.33%
G=60.78%
B=30.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17124630.8600.490.51145.7975.8927.65
Hex117C3F5603133924c1c
Octal21174771260616322211434
Binary1000111111001111111010110011000111001110010010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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