Shades of Dark Slate Grey #254D4B
Tints of Dark Slate Grey #254D4B
RGB
CMYK
RGB Variations
Color information
#254D4B (or 0x254D4B) is known color: Dark Slate Grey. HEX triplet: 25, 4D and 4B. RGB value is (37,77,75). Sum of RGB (Red+Green+Blue) = 37+77+75=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 77 - color contains mainly: green. Hex color #254D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D4B is #DAB2B4. Grayscale: #404040. Windows color (decimal): -14332597 or 4934949. OLE color: 4934949.
HSL color Cylindrical-coordinate representation of color #254D4B: hue angle of 177º 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 #254D4B is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 75 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.70 |
| HSL | 177º | 0.35% | 0.22% | - |
| HSV(B) | 177º | 0.52% | 0.3% | - |
| XYZ | 4.69 | 6.21 | 7.61 | - |
| YUV | 64.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 75 | 0.52 | 0 | 0.03 | 0.70 | 177 | 0.35 | 0.22 |
| Hex | 25 | 4D | 4B | 34 | 0 | 3 | 46 | B1 | 23 | 16 |
| Octal | 45 | 115 | 113 | 64 | 0 | 3 | 106 | 261 | 43 | 26 |
| Binary | 100101 | 1001101 | 1001011 | 110100 | 0 | 11 | 1000110 | 10110001 | 100011 | 10110 |
Color Harmonies of #254D4B
Complementary color
Monochromatic Colors of #254D4B
Black with #254D4B
Text Example
Text Example
White with #254D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D4B; }
p { color: rgb(37,77,75); }
H1.HeaderClassName
{
color: #254D4B;
}
.AnyTagClassName
{
color: #254D4B;
}
</style>
background-color css
<style>
a { background-color: #254D4B; }
a { background-color: rgb(37,77,75); }
div.DivClassName
{
background-color: #254D4B;
}
.BgClassName
{
background-color: #254D4B;
}
</style>
border-color css
<style>
span { border-color: #254D4B; }
span { border-color: rgb(37,77,75); }
td.TdClassName
{
border-color: #254D4B;
}
.TagClassName
{
border-color: #254D4B;
}
</style>