#24554F

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

Shades of Dark Slate Grey #24554F

Tints of Dark Slate Grey #24554F

Color information

#24554F (or 0x24554F) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 55 and 4F. RGB value is (36,85,79). Sum of RGB (Red+Green+Blue) = 36+85+79=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #24554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24554F is #DBAAB0. Grayscale: #454545. Windows color (decimal): -14396081 or 5199140. OLE color: 5199140.

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

Color convert

RGB368579-
CMYK0.5800.070.67
HSL172.65º40.5%23.73%-
HSV(B)172.65º57.65%33.33%-
XYZ5.397.448.55-
YUV69.66133.27103.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=18%
G=42.5%
B=39.5%

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
Decimal3685790.5800.070.67172.6540.523.73
Hex24554F3A0743ad2818
Octal4412511772071032555030
Binary10010010101011001111111010011110000111010110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24554F; }

 p { color: rgb(36,85,79); }

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

<style>
 a { background-color: #24554F; }

 a { background-color: rgb(36,85,79); }

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

<style>
 span { border-color: #24554F; }

 span { border-color: rgb(36,85,79); }

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