Shades of Dell #385C22
Tints of Dell #385C22
RGB
CMYK
RGB Variations
Color information
#385C22 (or 0x385C22) is known color: Dell. HEX triplet: 38, 5C and 22. RGB value is (56,92,34). Sum of RGB (Red+Green+Blue) = 56+92+34=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #385C22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C22 is #C7A3DD. Grayscale: #4A4A4A. Windows color (decimal): -13083614 or 2251832. OLE color: 2251832.
HSL color Cylindrical-coordinate representation of color #385C22: hue angle of 97.24º 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 #385C22 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 34 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.64 |
| HSL | 97.24º | 0.46% | 0.25% | - |
| HSV(B) | 97.24º | 0.63% | 0.36% | - |
| XYZ | 5.75 | 8.61 | 2.87 | - |
| YUV | 74.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 34 | 0.39 | 0 | 0.63 | 0.64 | 97.24 | 0.46 | 0.25 |
| Hex | 38 | 5C | 22 | 27 | 0 | 3F | 40 | 61 | 2E | 19 |
| Octal | 70 | 134 | 42 | 47 | 0 | 77 | 100 | 141 | 56 | 31 |
| Binary | 111000 | 1011100 | 100010 | 100111 | 0 | 111111 | 1000000 | 1100001 | 101110 | 11001 |
Color Harmonies of #385C22
Complementary color
Monochromatic Colors of #385C22
Black with #385C22
Text Example
Text Example
White with #385C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C22; }
p { color: rgb(56,92,34); }
H1.HeaderClassName
{
color: #385C22;
}
.AnyTagClassName
{
color: #385C22;
}
</style>
background-color css
<style>
a { background-color: #385C22; }
a { background-color: rgb(56,92,34); }
div.DivClassName
{
background-color: #385C22;
}
.BgClassName
{
background-color: #385C22;
}
</style>
border-color css
<style>
span { border-color: #385C22; }
span { border-color: rgb(56,92,34); }
td.TdClassName
{
border-color: #385C22;
}
.TagClassName
{
border-color: #385C22;
}
</style>