#43524F

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

Shades of Dark Slate #43524F

Tints of Dark Slate #43524F

Color information

#43524F (or 0x43524F) is unknown color: approx Dark Slate. HEX triplet: 43, 52 and 4F. RGB value is (67,82,79). Sum of RGB (Red+Green+Blue) = 67+82+79=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 82 - color contains mainly: green. Hex color #43524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43524F is #BCADB0. Grayscale: #4D4D4D. Windows color (decimal): -12365233 or 5198403. OLE color: 5198403.

HSL color Cylindrical-coordinate representation of color #43524F: hue angle of 168º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #43524F is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB678279-
CMYK0.1800.040.68
HSL168º10.07%29.22%-
HSV(B)168º18.29%32.16%-
XYZ6.747.798.55-
YUV77.17129.03120.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=29.39%
G=35.96%
B=34.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6782790.1800.040.6816810.0729.22
Hex43524F120444a8a1d
Octal10312211722041042501235
Binary100001110100101001111100100100100010010101000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,82,79); }

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

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

 a { background-color: rgb(67,82,79); }

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

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

 span { border-color: rgb(67,82,79); }

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