#42625F

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

Shades of Dark Slate #42625F

Tints of Dark Slate #42625F

Color information

#42625F (or 0x42625F) is unknown color: approx Dark Slate. HEX triplet: 42, 62 and 5F. RGB value is (66,98,95). Sum of RGB (Red+Green+Blue) = 66+98+95=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #42625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42625F is #BD9DA0. Grayscale: #585858. Windows color (decimal): -12426657 or 6251074. OLE color: 6251074.

HSL color Cylindrical-coordinate representation of color #42625F: hue angle of 174.38º 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 #42625F is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB669895-
CMYK0.3300.030.62
HSL174.38º19.51%32.16%-
HSV(B)174.38º32.65%38.43%-
XYZ8.6810.7212.44-
YUV88.09131.9112.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=25.48%
G=37.84%
B=36.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698950.3300.030.62174.3819.5132.16
Hex42625F21033Eae1420
Octal1021421374103762562440
Binary1000010110001010111111000010111111101010111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42625F; }

 p { color: rgb(66,98,95); }

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

<style>
 a { background-color: #42625F; }

 a { background-color: rgb(66,98,95); }

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

<style>
 span { border-color: #42625F; }

 span { border-color: rgb(66,98,95); }

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