#244D4B

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

Shades of Dark Slate Grey #244D4B

Tints of Dark Slate Grey #244D4B

Color information

#244D4B (or 0x244D4B) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4D and 4B. RGB value is (36,77,75). Sum of RGB (Red+Green+Blue) = 36+77+75=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #244D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D4B is #DBB2B4. Grayscale: #404040. Windows color (decimal): -14398133 or 4934948. OLE color: 4934948.

HSL color Cylindrical-coordinate representation of color #244D4B: hue angle of 177.07º 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 #244D4B is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB367775-
CMYK0.5300.030.70
HSL177.07º36.28%22.16%-
HSV(B)177.07º53.25%30.2%-
XYZ4.656.197.61-
YUV64.51133.92107.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=19.15%
G=40.96%
B=39.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3677750.5300.030.70177.0736.2822.16
Hex244D4B350346b12416
Octal4411511365031062614426
Binary1001001001101100101111010101110001101011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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