#224D50

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

Shades of Dark Slate Grey #224D50

Tints of Dark Slate Grey #224D50

Color information

#224D50 (or 0x224D50) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4D and 50. RGB value is (34,77,80). Sum of RGB (Red+Green+Blue) = 34+77+80=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #224D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D50 is #DDB2AF. Grayscale: #404040. Windows color (decimal): -14529200 or 5262626. OLE color: 5262626.

HSL color Cylindrical-coordinate representation of color #224D50: hue angle of 183.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224D50 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB347780-
CMYK0.580.0400.69
HSL183.91º40.35%22.35%-
HSV(B)183.91º57.5%31.37%-
XYZ4.766.238.54-
YUV64.48136.75106.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=17.80%
G=40.31%
B=41.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3477800.580.0400.69183.9140.3522.35
Hex224D503A4045b82816
Octal4211512072401052705026
Binary10001010011011010000111010100010001011011100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224D50; }

 p { color: rgb(34,77,80); }

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

<style>
 a { background-color: #224D50; }

 a { background-color: rgb(34,77,80); }

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

<style>
 span { border-color: #224D50; }

 span { border-color: rgb(34,77,80); }

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