#47635F

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

Shades of Dark Slate #47635F

Tints of Dark Slate #47635F

Color information

#47635F (or 0x47635F) is unknown color: approx Dark Slate. HEX triplet: 47, 63 and 5F. RGB value is (71,99,95). Sum of RGB (Red+Green+Blue) = 71+99+95=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #47635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47635F is #B89CA0. Grayscale: #5A5A5A. Windows color (decimal): -12098721 or 6251335. OLE color: 6251335.

HSL color Cylindrical-coordinate representation of color #47635F: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47635F is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB719995-
CMYK0.2800.040.61
HSL171.43º16.47%33.33%-
HSV(B)171.43º28.28%38.82%-
XYZ9.1311.0912.49-
YUV90.17130.72114.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=26.79%
G=37.36%
B=35.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199950.2800.040.61171.4316.4733.33
Hex47635F1C043Dab1021
Octal1071431373404752532041
Binary1000111110001110111111110001001111011010101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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