#3D5955

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

Shades of Dark Slate #3D5955

Tints of Dark Slate #3D5955

Color information

#3D5955 (or 0x3D5955) is unknown color: approx Dark Slate. HEX triplet: 3D, 59 and 55. RGB value is (61,89,85). Sum of RGB (Red+Green+Blue) = 61+89+85=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5955 is #C2A6AA. Grayscale: #505050. Windows color (decimal): -12756651 or 5593405. OLE color: 5593405.

HSL color Cylindrical-coordinate representation of color #3D5955: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5955 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB618985-
CMYK0.3100.040.65
HSL171.43º18.67%29.41%-
HSV(B)171.43º31.46%34.9%-
XYZ7.148.799.92-
YUV80.17130.72114.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=25.96%
G=37.87%
B=36.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6189850.3100.040.65171.4318.6729.41
Hex3D59551F0441ab131d
Octal7513112537041012532335
Binary111101101100110101011111101001000001101010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5955; }

 p { color: rgb(61,89,85); }

 H1.HeaderClassName
 {
   color: #3D5955;
 }
 .AnyTagClassName
 {
   color: #3D5955;
 }
</style>
background-color css

<style>
 a { background-color: #3D5955; }

 a { background-color: rgb(61,89,85); }

 div.DivClassName
 {
   background-color: #3D5955;
 }
 .BgClassName
 {
   background-color: #3D5955;
 }
</style>
border-color css

<style>
 span { border-color: #3D5955; }

 span { border-color: rgb(61,89,85); }

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