#41605B

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

Shades of Dark Slate #41605B

Tints of Dark Slate #41605B

Color information

#41605B (or 0x41605B) is unknown color: approx Dark Slate. HEX triplet: 41, 60 and 5B. RGB value is (65,96,91). Sum of RGB (Red+Green+Blue) = 65+96+91=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #41605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41605B is #BE9FA4. Grayscale: #565656. Windows color (decimal): -12492709 or 5988417. OLE color: 5988417.

HSL color Cylindrical-coordinate representation of color #41605B: hue angle of 170.32º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41605B is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB659691-
CMYK0.3200.050.62
HSL170.32º19.25%31.57%-
HSV(B)170.32º32.29%37.65%-
XYZ8.2510.2411.44-
YUV86.16130.73112.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=25.79%
G=38.10%
B=36.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596910.3200.050.62170.3219.2531.57
Hex41605B20053Eaa1320
Octal1011401334005762522340
Binary10000011100000101101110000001011111101010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41605B; }

 p { color: rgb(65,96,91); }

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

<style>
 a { background-color: #41605B; }

 a { background-color: rgb(65,96,91); }

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

<style>
 span { border-color: #41605B; }

 span { border-color: rgb(65,96,91); }

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