Shades of Dark Slate Grey #204E4E
Tints of Dark Slate Grey #204E4E
RGB
CMYK
RGB Variations
Color information
#204E4E (or 0x204E4E) is known color: Dark Slate Grey. HEX triplet: 20, 4E and 4E. RGB value is (32,78,78). Sum of RGB (Red+Green+Blue) = 32+78+78=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: green, blue. Hex color #204E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E4E is #DFB1B1. Grayscale: #404040. Windows color (decimal): -14660018 or 5131808. OLE color: 5131808.
HSL color Cylindrical-coordinate representation of color #204E4E: hue angle of 180º 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 #204E4E is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 78 | 78 | - |
| CMYK | 0.59 | 0 | 0 | 0.69 |
| HSL | 180º | 0.42% | 0.22% | - |
| HSV(B) | 180º | 0.59% | 0.31% | - |
| XYZ | 4.7 | 6.31 | 8.18 | - |
| YUV | 64.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 78 | 0.59 | 0 | 0 | 0.69 | 180 | 0.42 | 0.22 |
| Hex | 20 | 4E | 4E | 3B | 0 | 0 | 45 | B4 | 2A | 16 |
| Octal | 40 | 116 | 116 | 73 | 0 | 0 | 105 | 264 | 52 | 26 |
| Binary | 100000 | 1001110 | 1001110 | 111011 | 0 | 0 | 1000101 | 10110100 | 101010 | 10110 |
Color Harmonies of #204E4E
Complementary color
Monochromatic Colors of #204E4E
Black with #204E4E
Text Example
Text Example
White with #204E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E4E; }
p { color: rgb(32,78,78); }
H1.HeaderClassName
{
color: #204E4E;
}
.AnyTagClassName
{
color: #204E4E;
}
</style>
background-color css
<style>
a { background-color: #204E4E; }
a { background-color: rgb(32,78,78); }
div.DivClassName
{
background-color: #204E4E;
}
.BgClassName
{
background-color: #204E4E;
}
</style>
border-color css
<style>
span { border-color: #204E4E; }
span { border-color: rgb(32,78,78); }
td.TdClassName
{
border-color: #204E4E;
}
.TagClassName
{
border-color: #204E4E;
}
</style>