#24544E

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

Shades of Dark Slate Grey #24544E

Tints of Dark Slate Grey #24544E

Color information

#24544E (or 0x24544E) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 54 and 4E. RGB value is (36,84,78). Sum of RGB (Red+Green+Blue) = 36+84+78=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #24544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24544E is #DBABB1. Grayscale: #444444. Windows color (decimal): -14396338 or 5133348. OLE color: 5133348.

HSL color Cylindrical-coordinate representation of color #24544E: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24544E is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB368478-
CMYK0.5700.070.67
HSL172.5º40%23.53%-
HSV(B)172.5º57.14%32.94%-
XYZ5.277.278.33-
YUV68.96133.1104.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=18.18%
G=42.42%
B=39.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3684780.5700.070.67172.54023.53
Hex24544E390743ac2818
Octal4412411671071032545030
Binary10010010101001001110111001011110000111010110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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