#41615C

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

Shades of Dark Slate #41615C

Tints of Dark Slate #41615C

Color information

#41615C (or 0x41615C) is unknown color: approx Dark Slate. HEX triplet: 41, 61 and 5C. RGB value is (65,97,92). Sum of RGB (Red+Green+Blue) = 65+97+92=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #41615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41615C is #BE9EA3. Grayscale: #565656. Windows color (decimal): -12492452 or 6054209. OLE color: 6054209.

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

Color convert

RGB659792-
CMYK0.3300.050.62
HSL170.62º19.75%31.76%-
HSV(B)170.62º32.99%38.04%-
XYZ8.3910.4511.7-
YUV86.86130.9112.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=25.59%
G=38.19%
B=36.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597920.3300.050.62170.6219.7531.76
Hex41615C21053Eab1420
Octal1011411344105762532440
Binary10000011100001101110010000101011111101010101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41615C; }

 p { color: rgb(65,97,92); }

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

<style>
 a { background-color: #41615C; }

 a { background-color: rgb(65,97,92); }

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

<style>
 span { border-color: #41615C; }

 span { border-color: rgb(65,97,92); }

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