#434C4C

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

Shades of Dark Slate #434C4C

Tints of Dark Slate #434C4C

Color information

#434C4C (or 0x434C4C) is unknown color: approx Dark Slate. HEX triplet: 43, 4C and 4C. RGB value is (67,76,76). Sum of RGB (Red+Green+Blue) = 67+76+76=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #434C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C4C is #BCB3B3. Grayscale: #494949. Windows color (decimal): -12366772 or 5000259. OLE color: 5000259.

HSL color Cylindrical-coordinate representation of color #434C4C: hue angle of 180º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434C4C is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB677676-
CMYK0.12000.70
HSL180º6.29%28.04%-
HSV(B)180º11.84%29.8%-
XYZ6.26.887.84-
YUV73.31129.52123.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=30.59%
G=34.70%
B=34.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6776760.12000.701806.2928.04
Hex434C4CC0046b461c
Octal1031141141400106264634
Binary10000111001100100110011000010001101011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434C4C; }

 p { color: rgb(67,76,76); }

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

<style>
 a { background-color: #434C4C; }

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

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

<style>
 span { border-color: #434C4C; }

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

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