#244D49

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

Shades of Dark Slate Grey #244D49

Tints of Dark Slate Grey #244D49

Color information

#244D49 (or 0x244D49) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4D and 49. RGB value is (36,77,73). Sum of RGB (Red+Green+Blue) = 36+77+73=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #244D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D49 is #DBB2B6. Grayscale: #404040. Windows color (decimal): -14398135 or 4803876. OLE color: 4803876.

HSL color Cylindrical-coordinate representation of color #244D49: hue angle of 174.15º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244D49 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB367773-
CMYK0.5300.050.70
HSL174.15º36.28%22.16%-
HSV(B)174.15º53.25%30.2%-
XYZ4.586.167.25-
YUV64.28132.92107.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 77 (30.47% from 255) = 41.40%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=19.35%
G=41.40%
B=39.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3677730.5300.050.70174.1536.2822.16
Hex244D49350546ae2416
Octal4411511165051062564426
Binary10010010011011001001110101010110001101010111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244D49; }

 p { color: rgb(36,77,73); }

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

<style>
 a { background-color: #244D49; }

 a { background-color: rgb(36,77,73); }

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

<style>
 span { border-color: #244D49; }

 span { border-color: rgb(36,77,73); }

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