#117045

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

Shades of Dark Spring Green #117045

Tints of Dark Spring Green #117045

Color information

#117045 (or 0x117045) is unknown color: approx Dark Spring Green. HEX triplet: 11, 70 and 45. RGB value is (17,112,69). Sum of RGB (Red+Green+Blue) = 17+112+69=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #117045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117045 is #EE8FBA. Grayscale: #4E4E4E. Windows color (decimal): -15634363 or 4550673. OLE color: 4550673.

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

Color convert

RGB1711269-
CMYK0.8500.380.56
HSL152.84º73.64%25.29%-
HSV(B)152.84º84.82%43.92%-
XYZ7.112.147.6-
YUV78.69122.5384-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 112 (44.14% from 255) = 56.57%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=8.59%
G=56.57%
B=34.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112690.8500.380.56152.8473.6425.29
Hex1170455502638994a19
Octal211601051250467023111231
Binary10001111000010001011010101010011011100010011001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117045; }

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

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

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

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

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

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

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

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