#117546

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

Shades of Dark Spring Green #117546

Tints of Dark Spring Green #117546

Color information

#117546 (or 0x117546) is unknown color: approx Dark Spring Green. HEX triplet: 11, 75 and 46. RGB value is (17,117,70). Sum of RGB (Red+Green+Blue) = 17+117+70=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #117546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117546 is #EE8AB9. Grayscale: #515151. Windows color (decimal): -15633082 or 4617489. OLE color: 4617489.

HSL color Cylindrical-coordinate representation of color #117546: hue angle of 151.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117546 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1711770-
CMYK0.8500.400.54
HSL151.8º74.63%26.27%-
HSV(B)151.8º85.47%45.88%-
XYZ7.713.287.95-
YUV81.74121.3781.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 117 (46.09% from 255) = 57.35%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=8.33%
G=57.35%
B=34.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117700.8500.400.54151.874.6326.27
Hex1175465502836984b1a
Octal211651061250506623011332
Binary10001111010110001101010101010100011011010011000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117546; }

 p { color: rgb(17,117,70); }

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

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

 a { background-color: rgb(17,117,70); }

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

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

 span { border-color: rgb(17,117,70); }

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