#23524C

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

Shades of Dark Slate Grey #23524C

Tints of Dark Slate Grey #23524C

Color information

#23524C (or 0x23524C) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 52 and 4C. RGB value is (35,82,76). Sum of RGB (Red+Green+Blue) = 35+82+76=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #23524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23524C is #DCADB3. Grayscale: #434343. Windows color (decimal): -14462388 or 5001763. OLE color: 5001763.

HSL color Cylindrical-coordinate representation of color #23524C: hue angle of 172.34º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23524C is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB358276-
CMYK0.5700.070.68
HSL172.34º40.17%22.94%-
HSV(B)172.34º57.32%32.16%-
XYZ5.016.917.91-
YUV67.26132.93104.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=18.13%
G=42.49%
B=39.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582760.5700.070.68172.3440.1722.94
Hex23524C390744ac2817
Octal4312211471071042545027
Binary10001110100101001100111001011110001001010110010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23524C; }

 p { color: rgb(35,82,76); }

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

<style>
 a { background-color: #23524C; }

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

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

<style>
 span { border-color: #23524C; }

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

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