Html Css Color HEX #42635F Dark Slate

📋 copy color: '#42635F'

red 66 ◦ green 99 ◦ blue 95

#42635F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #42635F

Tints of Dark Slate #42635F

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 value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#42635F (or 0x42635F) is known color: 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

RGB 66 99 95 -
CMYK 0.33 0 0.04 0.61
HSL 172.73º 0.2% 0.32% -
HSV(B) 172.73º 0.33% 0.39% -
XYZ 8.77 10.91 12.47 -
YUV 88.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 66 99 95 0.33 0 0.04 0.61 172.73 0.2 0.32
Hex 42 63 5F 21 0 4 3D AD 14 20
Octal 102 143 137 41 0 4 75 255 24 40
Binary 1000010 1100011 1011111 100001 0 100 111101 10101101 10100 100000

Color Harmonies of #42635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42635F

Black with #42635F

Text Example


Text Example

White with #42635F

Text Example


Text Example

HTML Codes & Css Web 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>