#244E4D

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

Shades of Dark Slate Grey #244E4D

Tints of Dark Slate Grey #244E4D

Color information

#244E4D (or 0x244E4D) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4E and 4D. RGB value is (36,78,77). Sum of RGB (Red+Green+Blue) = 36+78+77=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #244E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E4D is #DBB1B2. Grayscale: #414141. Windows color (decimal): -14397875 or 5066276. OLE color: 5066276.

HSL color Cylindrical-coordinate representation of color #244E4D: hue angle of 178.57º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244E4D is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB367877-
CMYK0.5400.010.69
HSL178.57º36.84%22.35%-
HSV(B)178.57º53.85%30.59%-
XYZ4.796.368-
YUV65.33134.59107.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=18.85%
G=40.84%
B=40.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3678770.5400.010.69178.5736.8422.35
Hex244E4D360145b32516
Octal4411611566011052634526
Binary100100100111010011011101100110001011011001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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