#23544E

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

Shades of Dark Slate Grey #23544E

Tints of Dark Slate Grey #23544E

Color information

#23544E (or 0x23544E) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 54 and 4E. RGB value is (35,84,78). Sum of RGB (Red+Green+Blue) = 35+84+78=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #23544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23544E is #DCABB1. Grayscale: #444444. Windows color (decimal): -14461874 or 5133347. OLE color: 5133347.

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

Color convert

RGB358478-
CMYK0.5800.070.67
HSL172.65º41.18%23.33%-
HSV(B)172.65º58.33%32.94%-
XYZ5.247.258.33-
YUV68.66133.27103.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=17.77%
G=42.64%
B=39.59%

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
Decimal3584780.5800.070.67172.6541.1823.33
Hex23544E3A0743ad2917
Octal4312411672071032555127
Binary10001110101001001110111010011110000111010110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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