Shades of Dell #385F20
Tints of Dell #385F20
RGB
CMYK
RGB Variations
Color information
#385F20 (or 0x385F20) is known color: Dell. HEX triplet: 38, 5F and 20. RGB value is (56,95,32). Sum of RGB (Red+Green+Blue) = 56+95+32=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #385F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F20 is #C7A0DF. Grayscale: #4C4C4C. Windows color (decimal): -13082848 or 2121528. OLE color: 2121528.
HSL color Cylindrical-coordinate representation of color #385F20: hue angle of 97.14º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385F20 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 32 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.63 |
| HSL | 97.14º | 0.5% | 0.25% | - |
| HSV(B) | 97.14º | 0.66% | 0.37% | - |
| XYZ | 5.98 | 9.13 | 2.81 | - |
| YUV | 76.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 32 | 0.41 | 0 | 0.66 | 0.63 | 97.14 | 0.5 | 0.25 |
| Hex | 38 | 5F | 20 | 29 | 0 | 42 | 3F | 61 | 32 | 19 |
| Octal | 70 | 137 | 40 | 51 | 0 | 102 | 77 | 141 | 62 | 31 |
| Binary | 111000 | 1011111 | 100000 | 101001 | 0 | 1000010 | 111111 | 1100001 | 110010 | 11001 |
Color Harmonies of #385F20
Complementary color
Monochromatic Colors of #385F20
Black with #385F20
Text Example
Text Example
White with #385F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F20; }
p { color: rgb(56,95,32); }
H1.HeaderClassName
{
color: #385F20;
}
.AnyTagClassName
{
color: #385F20;
}
</style>
background-color css
<style>
a { background-color: #385F20; }
a { background-color: rgb(56,95,32); }
div.DivClassName
{
background-color: #385F20;
}
.BgClassName
{
background-color: #385F20;
}
</style>
border-color css
<style>
span { border-color: #385F20; }
span { border-color: rgb(56,95,32); }
td.TdClassName
{
border-color: #385F20;
}
.TagClassName
{
border-color: #385F20;
}
</style>