#117648

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

Shades of Dark Spring Green #117648

Tints of Dark Spring Green #117648

Color information

#117648 (or 0x117648) is unknown color: approx Dark Spring Green. HEX triplet: 11, 76 and 48. RGB value is (17,118,72). Sum of RGB (Red+Green+Blue) = 17+118+72=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #117648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117648 is #EE89B7. Grayscale: #525252. Windows color (decimal): -15632824 or 4748817. OLE color: 4748817.

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

Color convert

RGB1711872-
CMYK0.8600.390.54
HSL152.67º74.81%26.47%-
HSV(B)152.67º85.59%46.27%-
XYZ7.8813.548.33-
YUV82.56122.0481.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=8.21%
G=57.00%
B=34.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17118720.8600.390.54152.6774.8126.47
Hex1176485602736994b1a
Octal211661101260476623111332
Binary10001111011010010001010110010011111011010011001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117648; }

 p { color: rgb(17,118,72); }

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

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

 a { background-color: rgb(17,118,72); }

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

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

 span { border-color: rgb(17,118,72); }

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