Html Css Color HEX #44635F Dark Slate

📋 copy color: '#44635F'

red 68 ◦ green 99 ◦ blue 95

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

Shades of Dark Slate #44635F

Tints of Dark Slate #44635F

RGB

 RED value IS 68 (26.95% from 255) = 25.95%

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

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

R = 25.95%
G = 37.79%
B = 36.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#44635F (or 0x44635F) is known color: Dark Slate. HEX triplet: 44, 63 and 5F. RGB value is (68,99,95). Sum of RGB (Red+Green+Blue) = 68+99+95=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #44635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44635F is #BB9CA0. Grayscale: #595959. Windows color (decimal): -12295329 or 6251332. OLE color: 6251332.

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

Color convert

RGB 68 99 95 -
CMYK 0.31 0 0.04 0.61
HSL 172.26º 0.19% 0.33% -
HSV(B) 172.26º 0.31% 0.39% -
XYZ 8.91 10.98 12.48 -
YUV 89.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 68 99 95 0.31 0 0.04 0.61 172.26 0.19 0.33
Hex 44 63 5F 1F 0 4 3D AC 13 21
Octal 104 143 137 37 0 4 75 254 23 41
Binary 1000100 1100011 1011111 11111 0 100 111101 10101100 10011 100001

Color Harmonies of #44635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44635F

Black with #44635F

Text Example


Text Example

White with #44635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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