#47615F

Color #47615F Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #47615F

Tints of Dark Slate #47615F

Color information

#47615F (or 0x47615F) is unknown color: approx Dark Slate. HEX triplet: 47, 61 and 5F. RGB value is (71,97,95). Sum of RGB (Red+Green+Blue) = 71+97+95=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #47615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47615F is #B89EA0. Grayscale: #585858. Windows color (decimal): -12099233 or 6250823. OLE color: 6250823.

HSL color Cylindrical-coordinate representation of color #47615F: hue angle of 175.38º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47615F is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB719795-
CMYK0.2700.020.62
HSL175.38º15.48%32.94%-
HSV(B)175.38º26.8%38.04%-
XYZ8.9410.7212.42-
YUV89131.39115.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=27.00%
G=36.88%
B=36.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197950.2700.020.62175.3815.4832.94
Hex47615F1B023Eaff21
Octal1071411373302762571741
Binary10001111100001101111111011010111110101011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47615F; }

 p { color: rgb(71,97,95); }

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

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

 a { background-color: rgb(71,97,95); }

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

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

 span { border-color: rgb(71,97,95); }

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