#44635F

Color #44635F Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #44635F

Tints of Dark Slate #44635F

Color information

#44635F (or 0x44635F) is unknown color: approx 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

RGB689995-
CMYK0.3100.040.61
HSL172.26º18.56%32.75%-
HSV(B)172.26º31.31%38.82%-
XYZ8.9110.9812.48-
YUV89.28131.23112.83-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899950.3100.040.61172.2618.5632.75
Hex44635F1F043Dac1321
Octal1041431373704752542341
Binary1000100110001110111111111101001111011010110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>