Html Css Color HEX #48635F Dark Slate

📋 copy color: '#48635F'

red 72 ◦ green 99 ◦ blue 95

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

Shades of Dark Slate #48635F

Tints of Dark Slate #48635F

RGB

 RED value IS 72 (28.52% from 255) = 27.07%

 GREEN value IS 99 (39.06% from 255) = 37.22%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 27.07%
G = 37.22%
B = 35.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#48635F (or 0x48635F) is known color: Dark Slate. HEX triplet: 48, 63 and 5F. RGB value is (72,99,95). Sum of RGB (Red+Green+Blue) = 72+99+95=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #48635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48635F is #B79CA0. Grayscale: #5A5A5A. Windows color (decimal): -12033185 or 6251336. OLE color: 6251336.

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

Color convert

RGB 72 99 95 -
CMYK 0.27 0 0.04 0.61
HSL 171.11º 0.16% 0.34% -
HSV(B) 171.11º 0.27% 0.39% -
XYZ 9.2 11.13 12.49 -
YUV 90.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 72 99 95 0.27 0 0.04 0.61 171.11 0.16 0.34
Hex 48 63 5F 1B 0 4 3D AB 10 22
Octal 110 143 137 33 0 4 75 253 20 42
Binary 1001000 1100011 1011111 11011 0 100 111101 10101011 10000 100010

Color Harmonies of #48635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48635F

Black with #48635F

Text Example


Text Example

White with #48635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48635F;
 }
 .AnyTagClassName
 {
   color: #48635F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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