#117445

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

Shades of Dark Spring Green #117445

Tints of Dark Spring Green #117445

Color information

#117445 (or 0x117445) is unknown color: approx Dark Spring Green. HEX triplet: 11, 74 and 45. RGB value is (17,116,69). Sum of RGB (Red+Green+Blue) = 17+116+69=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #117445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117445 is #EE8BBA. Grayscale: #515151. Windows color (decimal): -15633339 or 4551697. OLE color: 4551697.

HSL color Cylindrical-coordinate representation of color #117445: hue angle of 151.52º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117445 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1711669-
CMYK0.8500.410.55
HSL151.52º74.44%26.08%-
HSV(B)151.52º85.34%45.49%-
XYZ7.5513.047.75-
YUV81.04121.282.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 116 (45.70% from 255) = 57.43%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=8.42%
G=57.43%
B=34.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116690.8500.410.55151.5274.4426.08
Hex1174455502937984a1a
Octal211641051250516723011232
Binary10001111010010001011010101010100111011110011000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117445; }

 p { color: rgb(17,116,69); }

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

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

 a { background-color: rgb(17,116,69); }

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

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

 span { border-color: rgb(17,116,69); }

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