#23534E

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

Shades of Dark Slate Grey #23534E

Tints of Dark Slate Grey #23534E

Color information

#23534E (or 0x23534E) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 53 and 4E. RGB value is (35,83,78). Sum of RGB (Red+Green+Blue) = 35+83+78=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #23534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23534E is #DCACB1. Grayscale: #444444. Windows color (decimal): -14462130 or 5133091. OLE color: 5133091.

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

Color convert

RGB358378-
CMYK0.5800.060.67
HSL173.75º40.68%23.14%-
HSV(B)173.75º57.83%32.55%-
XYZ5.167.098.3-
YUV68.08133.6104.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=17.86%
G=42.35%
B=39.80%

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
Decimal3583780.5800.060.67173.7540.6823.14
Hex23534E3A0643ae2917
Octal4312311672061032565127
Binary10001110100111001110111010011010000111010111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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