#23534D

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

Shades of Dark Slate Grey #23534D

Tints of Dark Slate Grey #23534D

Color information

#23534D (or 0x23534D) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 53 and 4D. RGB value is (35,83,77). Sum of RGB (Red+Green+Blue) = 35+83+77=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #23534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23534D is #DCACB2. Grayscale: #434343. Windows color (decimal): -14462131 or 5067555. OLE color: 5067555.

HSL color Cylindrical-coordinate representation of color #23534D: hue angle of 172.5º 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 #23534D is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB358377-
CMYK0.5800.070.67
HSL172.5º40.68%23.14%-
HSV(B)172.5º57.83%32.55%-
XYZ5.137.088.12-
YUV67.96133.1104.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=17.95%
G=42.56%
B=39.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583770.5800.070.67172.540.6823.14
Hex23534D3A0743ac2917
Octal4312311572071032545127
Binary10001110100111001101111010011110000111010110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23534D; }

 p { color: rgb(35,83,77); }

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

<style>
 a { background-color: #23534D; }

 a { background-color: rgb(35,83,77); }

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

<style>
 span { border-color: #23534D; }

 span { border-color: rgb(35,83,77); }

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