#43625E

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

Shades of Dark Slate #43625E

Tints of Dark Slate #43625E

Color information

#43625E (or 0x43625E) is unknown color: approx Dark Slate. HEX triplet: 43, 62 and 5E. RGB value is (67,98,94). Sum of RGB (Red+Green+Blue) = 67+98+94=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #43625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43625E is #BC9DA1. Grayscale: #585858. Windows color (decimal): -12361122 or 6185539. OLE color: 6185539.

HSL color Cylindrical-coordinate representation of color #43625E: hue angle of 172.26º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43625E is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB679894-
CMYK0.3200.040.62
HSL172.26º18.79%32.35%-
HSV(B)172.26º31.63%38.43%-
XYZ8.710.7412.2-
YUV88.28131.23112.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.87%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=25.87%
G=37.84%
B=36.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6798940.3200.040.62172.2618.7932.35
Hex43625E20043Eac1320
Octal1031421364004762542340
Binary10000111100010101111010000001001111101010110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43625E; }

 p { color: rgb(67,98,94); }

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

<style>
 a { background-color: #43625E; }

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

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

<style>
 span { border-color: #43625E; }

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

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