Html Css Color HEX #45635F Dark Slate

📋 copy color: '#45635F'

red 69 ◦ green 99 ◦ blue 95

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

Shades of Dark Slate #45635F

Tints of Dark Slate #45635F

RGB

 RED value IS 69 (27.34% from 255) = 26.24%

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

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

R = 26.24%
G = 37.64%
B = 36.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#45635F (or 0x45635F) is known color: Dark Slate. HEX triplet: 45, 63 and 5F. RGB value is (69,99,95). Sum of RGB (Red+Green+Blue) = 69+99+95=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #45635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45635F is #BA9CA0. Grayscale: #595959. Windows color (decimal): -12229793 or 6251333. OLE color: 6251333.

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

Color convert

RGB 69 99 95 -
CMYK 0.30 0 0.04 0.61
HSL 172º 0.18% 0.33% -
HSV(B) 172º 0.3% 0.39% -
XYZ 8.98 11.02 12.48 -
YUV 89.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 69 99 95 0.30 0 0.04 0.61 172 0.18 0.33
Hex 45 63 5F 1E 0 4 3D AC 12 21
Octal 105 143 137 36 0 4 75 254 22 41
Binary 1000101 1100011 1011111 11110 0 100 111101 10101100 10010 100001

Color Harmonies of #45635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45635F

Black with #45635F

Text Example


Text Example

White with #45635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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