#224D4A

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

Shades of Dark Slate Grey #224D4A

Tints of Dark Slate Grey #224D4A

Color information

#224D4A (or 0x224D4A) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4D and 4A. RGB value is (34,77,74). Sum of RGB (Red+Green+Blue) = 34+77+74=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #224D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D4A is #DDB2B5. Grayscale: #3F3F3F. Windows color (decimal): -14529206 or 4869410. OLE color: 4869410.

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

Color convert

RGB347774-
CMYK0.5600.040.70
HSL175.81º38.74%21.76%-
HSV(B)175.81º55.84%30.2%-
XYZ4.556.147.42-
YUV63.8133.75106.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 77 (30.47% from 255) = 41.62%
BLUE value IS 74 (29.30% from 255) = 40%
R=18.38%
G=41.62%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3477740.5600.040.70175.8138.7421.76
Hex224D4A380446b02716
Octal4211511270041062604726
Binary10001010011011001010111000010010001101011000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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