Shades of Dark Slate Grey #204C4E
Tints of Dark Slate Grey #204C4E
RGB
CMYK
RGB Variations
Color information
#204C4E (or 0x204C4E) is known color: Dark Slate Grey. HEX triplet: 20, 4C and 4E. RGB value is (32,76,78). Sum of RGB (Red+Green+Blue) = 32+76+78=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #204C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C4E is #DFB3B1. Grayscale: #3F3F3F. Windows color (decimal): -14660530 or 5131296. OLE color: 5131296.
HSL color Cylindrical-coordinate representation of color #204C4E: hue angle of 182.61º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204C4E is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 76 | 78 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.69 |
| HSL | 182.61º | 0.42% | 0.22% | - |
| HSV(B) | 182.61º | 0.59% | 0.31% | - |
| XYZ | 4.56 | 6.03 | 8.13 | - |
| YUV | 63.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 78 | 0.59 | 0.03 | 0 | 0.69 | 182.61 | 0.42 | 0.22 |
| Hex | 20 | 4C | 4E | 3B | 3 | 0 | 45 | B7 | 2A | 16 |
| Octal | 40 | 114 | 116 | 73 | 3 | 0 | 105 | 267 | 52 | 26 |
| Binary | 100000 | 1001100 | 1001110 | 111011 | 11 | 0 | 1000101 | 10110111 | 101010 | 10110 |
Color Harmonies of #204C4E
Complementary color
Monochromatic Colors of #204C4E
Black with #204C4E
Text Example
Text Example
White with #204C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C4E; }
p { color: rgb(32,76,78); }
H1.HeaderClassName
{
color: #204C4E;
}
.AnyTagClassName
{
color: #204C4E;
}
</style>
background-color css
<style>
a { background-color: #204C4E; }
a { background-color: rgb(32,76,78); }
div.DivClassName
{
background-color: #204C4E;
}
.BgClassName
{
background-color: #204C4E;
}
</style>
border-color css
<style>
span { border-color: #204C4E; }
span { border-color: rgb(32,76,78); }
td.TdClassName
{
border-color: #204C4E;
}
.TagClassName
{
border-color: #204C4E;
}
</style>