#117141

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

Shades of Dark Spring Green #117141

Tints of Dark Spring Green #117141

Color information

#117141 (or 0x117141) is unknown color: approx Dark Spring Green. HEX triplet: 11, 71 and 41. RGB value is (17,113,65). Sum of RGB (Red+Green+Blue) = 17+113+65=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #117141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117141 is #EE8EBE. Grayscale: #4E4E4E. Windows color (decimal): -15634111 or 4288785. OLE color: 4288785.

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

Color convert

RGB1711365-
CMYK0.8500.420.56
HSL150º73.85%25.49%-
HSV(B)150º84.96%44.31%-
XYZ7.0912.317-
YUV78.82120.283.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 113 (44.53% from 255) = 57.95%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=8.72%
G=57.95%
B=33.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113650.8500.420.5615073.8525.49
Hex1171415502A38964a19
Octal211611011250527022611231
Binary10001111000110000011010101010101011100010010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117141; }

 p { color: rgb(17,113,65); }

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

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

 a { background-color: rgb(17,113,65); }

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

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

 span { border-color: rgb(17,113,65); }

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