Shades of Dark Slate Grey #224B4A
Tints of Dark Slate Grey #224B4A
RGB
CMYK
RGB Variations
Color information
#224B4A (or 0x224B4A) is known color: Dark Slate Grey. HEX triplet: 22, 4B and 4A. RGB value is (34,75,74). Sum of RGB (Red+Green+Blue) = 34+75+74=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #224B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B4A is #DDB4B5. Grayscale: #3E3E3E. Windows color (decimal): -14529718 or 4868898. OLE color: 4868898.
HSL color Cylindrical-coordinate representation of color #224B4A: hue angle of 178.54º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B4A is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 74 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.71 |
| HSL | 178.54º | 0.38% | 0.21% | - |
| HSV(B) | 178.54º | 0.55% | 0.29% | - |
| XYZ | 4.41 | 5.87 | 7.38 | - |
| YUV | 62.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 74 | 0.55 | 0 | 0.01 | 0.71 | 178.54 | 0.38 | 0.21 |
| Hex | 22 | 4B | 4A | 37 | 0 | 1 | 47 | B3 | 26 | 15 |
| Octal | 42 | 113 | 112 | 67 | 0 | 1 | 107 | 263 | 46 | 25 |
| Binary | 100010 | 1001011 | 1001010 | 110111 | 0 | 1 | 1000111 | 10110011 | 100110 | 10101 |
Color Harmonies of #224B4A
Complementary color
Monochromatic Colors of #224B4A
Black with #224B4A
Text Example
Text Example
White with #224B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B4A; }
p { color: rgb(34,75,74); }
H1.HeaderClassName
{
color: #224B4A;
}
.AnyTagClassName
{
color: #224B4A;
}
</style>
background-color css
<style>
a { background-color: #224B4A; }
a { background-color: rgb(34,75,74); }
div.DivClassName
{
background-color: #224B4A;
}
.BgClassName
{
background-color: #224B4A;
}
</style>
border-color css
<style>
span { border-color: #224B4A; }
span { border-color: rgb(34,75,74); }
td.TdClassName
{
border-color: #224B4A;
}
.TagClassName
{
border-color: #224B4A;
}
</style>