Shades of Dark Slate Grey #254D4A
Tints of Dark Slate Grey #254D4A
RGB
CMYK
RGB Variations
Color information
#254D4A (or 0x254D4A) is known color: Dark Slate Grey. HEX triplet: 25, 4D and 4A. RGB value is (37,77,74). Sum of RGB (Red+Green+Blue) = 37+77+74=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #254D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D4A is #DAB2B5. Grayscale: #404040. Windows color (decimal): -14332598 or 4869413. OLE color: 4869413.
HSL color Cylindrical-coordinate representation of color #254D4A: hue angle of 175.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D4A is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 74 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.70 |
| HSL | 175.5º | 0.35% | 0.22% | - |
| HSV(B) | 175.5º | 0.52% | 0.3% | - |
| XYZ | 4.65 | 6.2 | 7.43 | - |
| YUV | 64.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 74 | 0.52 | 0 | 0.04 | 0.70 | 175.5 | 0.35 | 0.22 |
| Hex | 25 | 4D | 4A | 34 | 0 | 4 | 46 | B0 | 23 | 16 |
| Octal | 45 | 115 | 112 | 64 | 0 | 4 | 106 | 260 | 43 | 26 |
| Binary | 100101 | 1001101 | 1001010 | 110100 | 0 | 100 | 1000110 | 10110000 | 100011 | 10110 |
Color Harmonies of #254D4A
Complementary color
Monochromatic Colors of #254D4A
Black with #254D4A
Text Example
Text Example
White with #254D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D4A; }
p { color: rgb(37,77,74); }
H1.HeaderClassName
{
color: #254D4A;
}
.AnyTagClassName
{
color: #254D4A;
}
</style>
background-color css
<style>
a { background-color: #254D4A; }
a { background-color: rgb(37,77,74); }
div.DivClassName
{
background-color: #254D4A;
}
.BgClassName
{
background-color: #254D4A;
}
</style>
border-color css
<style>
span { border-color: #254D4A; }
span { border-color: rgb(37,77,74); }
td.TdClassName
{
border-color: #254D4A;
}
.TagClassName
{
border-color: #254D4A;
}
</style>