Shades of Dark Slate Grey #254C4A
Tints of Dark Slate Grey #254C4A
RGB
CMYK
RGB Variations
Color information
#254C4A (or 0x254C4A) is known color: Dark Slate Grey. HEX triplet: 25, 4C and 4A. RGB value is (37,76,74). Sum of RGB (Red+Green+Blue) = 37+76+74=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #254C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C4A is #DAB3B5. Grayscale: #404040. Windows color (decimal): -14332854 or 4869157. OLE color: 4869157.
HSL color Cylindrical-coordinate representation of color #254C4A: hue angle of 176.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254C4A is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 76 | 74 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.70 |
| HSL | 176.92º | 0.35% | 0.22% | - |
| HSV(B) | 176.92º | 0.51% | 0.3% | - |
| XYZ | 4.58 | 6.06 | 7.41 | - |
| YUV | 64.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 74 | 0.51 | 0 | 0.03 | 0.70 | 176.92 | 0.35 | 0.22 |
| Hex | 25 | 4C | 4A | 33 | 0 | 3 | 46 | B1 | 23 | 16 |
| Octal | 45 | 114 | 112 | 63 | 0 | 3 | 106 | 261 | 43 | 26 |
| Binary | 100101 | 1001100 | 1001010 | 110011 | 0 | 11 | 1000110 | 10110001 | 100011 | 10110 |
Color Harmonies of #254C4A
Complementary color
Monochromatic Colors of #254C4A
Black with #254C4A
Text Example
Text Example
White with #254C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C4A; }
p { color: rgb(37,76,74); }
H1.HeaderClassName
{
color: #254C4A;
}
.AnyTagClassName
{
color: #254C4A;
}
</style>
background-color css
<style>
a { background-color: #254C4A; }
a { background-color: rgb(37,76,74); }
div.DivClassName
{
background-color: #254C4A;
}
.BgClassName
{
background-color: #254C4A;
}
</style>
border-color css
<style>
span { border-color: #254C4A; }
span { border-color: rgb(37,76,74); }
td.TdClassName
{
border-color: #254C4A;
}
.TagClassName
{
border-color: #254C4A;
}
</style>