Shades of Dark Slate Grey #224C4A
Tints of Dark Slate Grey #224C4A
RGB
CMYK
RGB Variations
Color information
#224C4A (or 0x224C4A) is known color: Dark Slate Grey. HEX triplet: 22, 4C and 4A. RGB value is (34,76,74). Sum of RGB (Red+Green+Blue) = 34+76+74=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #224C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C4A is #DDB3B5. Grayscale: #3F3F3F. Windows color (decimal): -14529462 or 4869154. OLE color: 4869154.
HSL color Cylindrical-coordinate representation of color #224C4A: hue angle of 177.14º 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 #224C4A is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 76 | 74 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.70 |
| HSL | 177.14º | 0.38% | 0.22% | - |
| HSV(B) | 177.14º | 0.55% | 0.3% | - |
| XYZ | 4.48 | 6 | 7.4 | - |
| YUV | 63.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 74 | 0.55 | 0 | 0.03 | 0.70 | 177.14 | 0.38 | 0.22 |
| Hex | 22 | 4C | 4A | 37 | 0 | 3 | 46 | B1 | 26 | 16 |
| Octal | 42 | 114 | 112 | 67 | 0 | 3 | 106 | 261 | 46 | 26 |
| Binary | 100010 | 1001100 | 1001010 | 110111 | 0 | 11 | 1000110 | 10110001 | 100110 | 10110 |
Color Harmonies of #224C4A
Complementary color
Monochromatic Colors of #224C4A
Black with #224C4A
Text Example
Text Example
White with #224C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C4A; }
p { color: rgb(34,76,74); }
H1.HeaderClassName
{
color: #224C4A;
}
.AnyTagClassName
{
color: #224C4A;
}
</style>
background-color css
<style>
a { background-color: #224C4A; }
a { background-color: rgb(34,76,74); }
div.DivClassName
{
background-color: #224C4A;
}
.BgClassName
{
background-color: #224C4A;
}
</style>
border-color css
<style>
span { border-color: #224C4A; }
span { border-color: rgb(34,76,74); }
td.TdClassName
{
border-color: #224C4A;
}
.TagClassName
{
border-color: #224C4A;
}
</style>