#117D3D

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

Shades of Dark Spring Green #117D3D

Tints of Dark Spring Green #117D3D

Color information

#117D3D (or 0x117D3D) is unknown color: approx Dark Spring Green. HEX triplet: 11, 7D and 3D. RGB value is (17,125,61). Sum of RGB (Red+Green+Blue) = 17+125+61=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #117D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D3D is #EE82C2. Grayscale: #555555. Windows color (decimal): -15631043 or 4029713. OLE color: 4029713.

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

Color convert

RGB1712561-
CMYK0.8600.510.51
HSL144.44º76.06%27.84%-
HSV(B)144.44º86.4%49.02%-
XYZ8.4115.126.89-
YUV85.41114.2279.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 125 (49.22% from 255) = 61.58%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=8.37%
G=61.58%
B=30.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17125610.8600.510.51144.4476.0627.84
Hex117D3D5603333904c1c
Octal21175751260636322011434
Binary1000111111011111011010110011001111001110010000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,125,61); }

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

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

 a { background-color: rgb(17,125,61); }

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

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

 span { border-color: rgb(17,125,61); }

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