Html Css Color HEX #47635F Dark Slate

📋 copy color: '#47635F'

red 71 ◦ green 99 ◦ blue 95

#47635F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #47635F

Tints of Dark Slate #47635F

RGB

 RED value IS 71 (28.13% 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 value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#47635F (or 0x47635F) is known color: 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

RGB 71 99 95 -
CMYK 0.28 0 0.04 0.61
HSL 171.43º 0.16% 0.33% -
HSV(B) 171.43º 0.28% 0.39% -
XYZ 9.13 11.09 12.49 -
YUV 90.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 71 99 95 0.28 0 0.04 0.61 171.43 0.16 0.33
Hex 47 63 5F 1C 0 4 3D AB 10 21
Octal 107 143 137 34 0 4 75 253 20 41
Binary 1000111 1100011 1011111 11100 0 100 111101 10101011 10000 100001

Color Harmonies of #47635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47635F

Black with #47635F

Text Example


Text Example

White with #47635F

Text Example


Text Example

HTML Codes & Css Web 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>