#42615D

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

Shades of Dark Slate #42615D

Tints of Dark Slate #42615D

Color information

#42615D (or 0x42615D) is unknown color: approx Dark Slate. HEX triplet: 42, 61 and 5D. RGB value is (66,97,93). Sum of RGB (Red+Green+Blue) = 66+97+93=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #42615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42615D is #BD9EA2. Grayscale: #575757. Windows color (decimal): -12426915 or 6119746. OLE color: 6119746.

HSL color Cylindrical-coordinate representation of color #42615D: hue angle of 172.26º 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 #42615D is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB669793-
CMYK0.3200.040.62
HSL172.26º19.02%31.96%-
HSV(B)172.26º31.96%38.04%-
XYZ8.510.511.93-
YUV87.28131.23112.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=25.78%
G=37.89%
B=36.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697930.3200.040.62172.2619.0231.96
Hex42615D20043Eac1320
Octal1021411354004762542340
Binary10000101100001101110110000001001111101010110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42615D; }

 p { color: rgb(66,97,93); }

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

<style>
 a { background-color: #42615D; }

 a { background-color: rgb(66,97,93); }

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

<style>
 span { border-color: #42615D; }

 span { border-color: rgb(66,97,93); }

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