Shades of Dell #385D22
Tints of Dell #385D22
RGB
CMYK
RGB Variations
Color information
#385D22 (or 0x385D22) is known color: Dell. HEX triplet: 38, 5D and 22. RGB value is (56,93,34). Sum of RGB (Red+Green+Blue) = 56+93+34=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #385D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D22 is #C7A2DD. Grayscale: #4B4B4B. Windows color (decimal): -13083358 or 2252088. OLE color: 2252088.
HSL color Cylindrical-coordinate representation of color #385D22: hue angle of 97.63º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385D22 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 34 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.64 |
| HSL | 97.63º | 0.46% | 0.25% | - |
| HSV(B) | 97.63º | 0.63% | 0.36% | - |
| XYZ | 5.83 | 8.78 | 2.9 | - |
| YUV | 75.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 34 | 0.40 | 0 | 0.63 | 0.64 | 97.63 | 0.46 | 0.25 |
| Hex | 38 | 5D | 22 | 28 | 0 | 3F | 40 | 62 | 2E | 19 |
| Octal | 70 | 135 | 42 | 50 | 0 | 77 | 100 | 142 | 56 | 31 |
| Binary | 111000 | 1011101 | 100010 | 101000 | 0 | 111111 | 1000000 | 1100010 | 101110 | 11001 |
Color Harmonies of #385D22
Complementary color
Monochromatic Colors of #385D22
Black with #385D22
Text Example
Text Example
White with #385D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D22; }
p { color: rgb(56,93,34); }
H1.HeaderClassName
{
color: #385D22;
}
.AnyTagClassName
{
color: #385D22;
}
</style>
background-color css
<style>
a { background-color: #385D22; }
a { background-color: rgb(56,93,34); }
div.DivClassName
{
background-color: #385D22;
}
.BgClassName
{
background-color: #385D22;
}
</style>
border-color css
<style>
span { border-color: #385D22; }
span { border-color: rgb(56,93,34); }
td.TdClassName
{
border-color: #385D22;
}
.TagClassName
{
border-color: #385D22;
}
</style>