#224C49

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

Shades of Dark Slate Grey #224C49

Tints of Dark Slate Grey #224C49

Color information

#224C49 (or 0x224C49) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4C and 49. RGB value is (34,76,73). Sum of RGB (Red+Green+Blue) = 34+76+73=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #224C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C49 is #DDB3B6. Grayscale: #3F3F3F. Windows color (decimal): -14529463 or 4803618. OLE color: 4803618.

HSL color Cylindrical-coordinate representation of color #224C49: hue angle of 175.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C49 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB347673-
CMYK0.5500.040.70
HSL175.71º38.18%21.57%-
HSV(B)175.71º55.26%29.8%-
XYZ4.455.997.23-
YUV63.1133.59107.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=18.58%
G=41.53%
B=39.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3476730.5500.040.70175.7138.1821.57
Hex224C49370446b02616
Octal4211411167041062604626
Binary10001010011001001001110111010010001101011000010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,76,73); }

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

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

 a { background-color: rgb(34,76,73); }

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

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

 span { border-color: rgb(34,76,73); }

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