Shades of Dark Slate Grey #224E4D
Tints of Dark Slate Grey #224E4D
RGB
CMYK
RGB Variations
Color information
#224E4D (or 0x224E4D) is known color: Dark Slate Grey. HEX triplet: 22, 4E and 4D. RGB value is (34,78,77). Sum of RGB (Red+Green+Blue) = 34+78+77=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #224E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E4D is #DDB1B2. Grayscale: #404040. Windows color (decimal): -14528947 or 5066274. OLE color: 5066274.
HSL color Cylindrical-coordinate representation of color #224E4D: hue angle of 178.64º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224E4D is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 78 | 77 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.69 |
| HSL | 178.64º | 0.39% | 0.22% | - |
| HSV(B) | 178.64º | 0.56% | 0.31% | - |
| XYZ | 4.72 | 6.32 | 7.99 | - |
| YUV | 64.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 77 | 0.56 | 0 | 0.01 | 0.69 | 178.64 | 0.39 | 0.22 |
| Hex | 22 | 4E | 4D | 38 | 0 | 1 | 45 | B3 | 27 | 16 |
| Octal | 42 | 116 | 115 | 70 | 0 | 1 | 105 | 263 | 47 | 26 |
| Binary | 100010 | 1001110 | 1001101 | 111000 | 0 | 1 | 1000101 | 10110011 | 100111 | 10110 |
Color Harmonies of #224E4D
Complementary color
Monochromatic Colors of #224E4D
Black with #224E4D
Text Example
Text Example
White with #224E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E4D; }
p { color: rgb(34,78,77); }
H1.HeaderClassName
{
color: #224E4D;
}
.AnyTagClassName
{
color: #224E4D;
}
</style>
background-color css
<style>
a { background-color: #224E4D; }
a { background-color: rgb(34,78,77); }
div.DivClassName
{
background-color: #224E4D;
}
.BgClassName
{
background-color: #224E4D;
}
</style>
border-color css
<style>
span { border-color: #224E4D; }
span { border-color: rgb(34,78,77); }
td.TdClassName
{
border-color: #224E4D;
}
.TagClassName
{
border-color: #224E4D;
}
</style>