#42635F

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

Shades of Dark Slate #42635F

Tints of Dark Slate #42635F

Color information

#42635F (or 0x42635F) is unknown color: approx Dark Slate. HEX triplet: 42, 63 and 5F. RGB value is (66,99,95). Sum of RGB (Red+Green+Blue) = 66+99+95=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #42635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42635F is #BD9CA0. Grayscale: #585858. Windows color (decimal): -12426401 or 6251330. OLE color: 6251330.

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

Color convert

RGB669995-
CMYK0.3300.040.61
HSL172.73º20%32.35%-
HSV(B)172.73º33.33%38.82%-
XYZ8.7710.9112.47-
YUV88.68131.57111.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=25.38%
G=38.08%
B=36.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699950.3300.040.61172.732032.35
Hex42635F21043Dad1420
Octal1021431374104752552440
Binary10000101100011101111110000101001111011010110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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