#41625E

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

Shades of Dark Slate #41625E

Tints of Dark Slate #41625E

Color information

#41625E (or 0x41625E) is unknown color: approx Dark Slate. HEX triplet: 41, 62 and 5E. RGB value is (65,98,94). Sum of RGB (Red+Green+Blue) = 65+98+94=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #41625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41625E is #BE9DA1. Grayscale: #575757. Windows color (decimal): -12492194 or 6185537. OLE color: 6185537.

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

Color convert

RGB659894-
CMYK0.3400.040.62
HSL172.73º20.25%31.96%-
HSV(B)172.73º33.67%38.43%-
XYZ8.5710.6712.2-
YUV87.68131.57111.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=25.29%
G=38.13%
B=36.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598940.3400.040.62172.7320.2531.96
Hex41625E22043Ead1420
Octal1011421364204762552440
Binary10000011100010101111010001001001111101010110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41625E; }

 p { color: rgb(65,98,94); }

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

<style>
 a { background-color: #41625E; }

 a { background-color: rgb(65,98,94); }

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

<style>
 span { border-color: #41625E; }

 span { border-color: rgb(65,98,94); }

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