Shades of Dark Slate Grey #254E4D
Tints of Dark Slate Grey #254E4D
RGB
CMYK
RGB Variations
Color information
#254E4D (or 0x254E4D) is known color: Dark Slate Grey. HEX triplet: 25, 4E and 4D. RGB value is (37,78,77). Sum of RGB (Red+Green+Blue) = 37+78+77=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 78 - color contains mainly: green. Hex color #254E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E4D is #DAB1B2. Grayscale: #414141. Windows color (decimal): -14332339 or 5066277. OLE color: 5066277.
HSL color Cylindrical-coordinate representation of color #254E4D: hue angle of 178.54º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254E4D is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 78 | 77 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.69 |
| HSL | 178.54º | 0.36% | 0.23% | - |
| HSV(B) | 178.54º | 0.53% | 0.31% | - |
| XYZ | 4.83 | 6.38 | 8 | - |
| YUV | 65.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 77 | 0.53 | 0 | 0.01 | 0.69 | 178.54 | 0.36 | 0.23 |
| Hex | 25 | 4E | 4D | 35 | 0 | 1 | 45 | B3 | 24 | 17 |
| Octal | 45 | 116 | 115 | 65 | 0 | 1 | 105 | 263 | 44 | 27 |
| Binary | 100101 | 1001110 | 1001101 | 110101 | 0 | 1 | 1000101 | 10110011 | 100100 | 10111 |
Color Harmonies of #254E4D
Complementary color
Monochromatic Colors of #254E4D
Black with #254E4D
Text Example
Text Example
White with #254E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E4D; }
p { color: rgb(37,78,77); }
H1.HeaderClassName
{
color: #254E4D;
}
.AnyTagClassName
{
color: #254E4D;
}
</style>
background-color css
<style>
a { background-color: #254E4D; }
a { background-color: rgb(37,78,77); }
div.DivClassName
{
background-color: #254E4D;
}
.BgClassName
{
background-color: #254E4D;
}
</style>
border-color css
<style>
span { border-color: #254E4D; }
span { border-color: rgb(37,78,77); }
td.TdClassName
{
border-color: #254E4D;
}
.TagClassName
{
border-color: #254E4D;
}
</style>