#23524F

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

Shades of Dark Slate Grey #23524F

Tints of Dark Slate Grey #23524F

Color information

#23524F (or 0x23524F) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 52 and 4F. RGB value is (35,82,79). Sum of RGB (Red+Green+Blue) = 35+82+79=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #23524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23524F is #DCADB0. Grayscale: #434343. Windows color (decimal): -14462385 or 5198371. OLE color: 5198371.

HSL color Cylindrical-coordinate representation of color #23524F: hue angle of 176.17º 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 #23524F is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB358279-
CMYK0.5700.040.68
HSL176.17º40.17%22.94%-
HSV(B)176.17º57.32%32.16%-
XYZ5.126.968.47-
YUV67.6134.43104.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=17.86%
G=41.84%
B=40.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582790.5700.040.68176.1740.1722.94
Hex23524F390444b02817
Octal4312211771041042605027
Binary10001110100101001111111001010010001001011000010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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