#43514F

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

Shades of Dark Slate #43514F

Tints of Dark Slate #43514F

Color information

#43514F (or 0x43514F) is unknown color: approx Dark Slate. HEX triplet: 43, 51 and 4F. RGB value is (67,81,79). Sum of RGB (Red+Green+Blue) = 67+81+79=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #43514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43514F is #BCAEB0. Grayscale: #4C4C4C. Windows color (decimal): -12365489 or 5198147. OLE color: 5198147.

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

Color convert

RGB678179-
CMYK0.1700.020.68
HSL171.43º9.46%29.02%-
HSV(B)171.43º17.28%31.76%-
XYZ6.677.648.52-
YUV76.59129.36121.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=29.52%
G=35.68%
B=34.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6781790.1700.020.68171.439.4629.02
Hex43514F110244ab91d
Octal10312111721021042531135
Binary10000111010001100111110001010100010010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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