#23534C

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

Shades of Dark Slate Grey #23534C

Tints of Dark Slate Grey #23534C

Color information

#23534C (or 0x23534C) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 53 and 4C. RGB value is (35,83,76). Sum of RGB (Red+Green+Blue) = 35+83+76=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #23534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23534C is #DCACB3. Grayscale: #434343. Windows color (decimal): -14462132 or 5002019. OLE color: 5002019.

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

Color convert

RGB358376-
CMYK0.5800.080.67
HSL171.25º40.68%23.14%-
HSV(B)171.25º57.83%32.55%-
XYZ5.097.077.93-
YUV67.85132.6104.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=18.04%
G=42.78%
B=39.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583760.5800.080.67171.2540.6823.14
Hex23534C3A0843ab2917
Octal43123114720101032535127
Binary100011101001110011001110100100010000111010101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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