Shades of Dell #385F18
Tints of Dell #385F18
RGB
CMYK
RGB Variations
Color information
#385F18 (or 0x385F18) is known color: Dell. HEX triplet: 38, 5F and 18. RGB value is (56,95,24). Sum of RGB (Red+Green+Blue) = 56+95+24=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #385F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385F18 is #C7A0E7. Grayscale: #4B4B4B. Windows color (decimal): -13082856 or 1597240. OLE color: 1597240.
HSL color Cylindrical-coordinate representation of color #385F18: hue angle of 92.96º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385F18 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 24 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.63 |
| HSL | 92.96º | 0.6% | 0.23% | - |
| HSV(B) | 92.96º | 0.75% | 0.37% | - |
| XYZ | 5.89 | 9.09 | 2.31 | - |
| YUV | 75.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 24 | 0.41 | 0 | 0.75 | 0.63 | 92.96 | 0.6 | 0.23 |
| Hex | 38 | 5F | 18 | 29 | 0 | 4B | 3F | 5D | 3C | 17 |
| Octal | 70 | 137 | 30 | 51 | 0 | 113 | 77 | 135 | 74 | 27 |
| Binary | 111000 | 1011111 | 11000 | 101001 | 0 | 1001011 | 111111 | 1011101 | 111100 | 10111 |
Color Harmonies of #385F18
Complementary color
Monochromatic Colors of #385F18
Black with #385F18
Text Example
Text Example
White with #385F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F18; }
p { color: rgb(56,95,24); }
H1.HeaderClassName
{
color: #385F18;
}
.AnyTagClassName
{
color: #385F18;
}
</style>
background-color css
<style>
a { background-color: #385F18; }
a { background-color: rgb(56,95,24); }
div.DivClassName
{
background-color: #385F18;
}
.BgClassName
{
background-color: #385F18;
}
</style>
border-color css
<style>
span { border-color: #385F18; }
span { border-color: rgb(56,95,24); }
td.TdClassName
{
border-color: #385F18;
}
.TagClassName
{
border-color: #385F18;
}
</style>