#23544F

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

Shades of Dark Slate Grey #23544F

Tints of Dark Slate Grey #23544F

Color information

#23544F (or 0x23544F) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 54 and 4F. RGB value is (35,84,79). Sum of RGB (Red+Green+Blue) = 35+84+79=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #23544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23544F is #DCABB0. Grayscale: #444444. Windows color (decimal): -14461873 or 5198883. OLE color: 5198883.

HSL color Cylindrical-coordinate representation of color #23544F: hue angle of 173.88º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23544F is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB358479-
CMYK0.5800.060.67
HSL173.88º41.18%23.33%-
HSV(B)173.88º58.33%32.94%-
XYZ5.277.268.52-
YUV68.78133.77103.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=17.68%
G=42.42%
B=39.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584790.5800.060.67173.8841.1823.33
Hex23544F3A0643ae2917
Octal4312411772061032565127
Binary10001110101001001111111010011010000111010111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,84,79); }

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

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

 a { background-color: rgb(35,84,79); }

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

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

 span { border-color: rgb(35,84,79); }

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