Html Css Color HEX #49635F Dark Slate

📋 copy color: '#49635F'

red 73 ◦ green 99 ◦ blue 95

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

Shades of Dark Slate #49635F

Tints of Dark Slate #49635F

RGB

 RED value IS 73 (28.91% from 255) = 27.34%

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

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

R = 27.34%
G = 37.08%
B = 35.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#49635F (or 0x49635F) is known color: Dark Slate. HEX triplet: 49, 63 and 5F. RGB value is (73,99,95). Sum of RGB (Red+Green+Blue) = 73+99+95=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #49635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49635F is #B69CA0. Grayscale: #5A5A5A. Windows color (decimal): -11967649 or 6251337. OLE color: 6251337.

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

Color convert

RGB 73 99 95 -
CMYK 0.26 0 0.04 0.61
HSL 170.77º 0.15% 0.34% -
HSV(B) 170.77º 0.26% 0.39% -
XYZ 9.28 11.17 12.49 -
YUV 90.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 73 99 95 0.26 0 0.04 0.61 170.77 0.15 0.34
Hex 49 63 5F 1A 0 4 3D AB F 22
Octal 111 143 137 32 0 4 75 253 17 42
Binary 1001001 1100011 1011111 11010 0 100 111101 10101011 1111 100010

Color Harmonies of #49635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49635F

Black with #49635F

Text Example


Text Example

White with #49635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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