Shades of Dell #3B5D20
Tints of Dell #3B5D20
RGB
CMYK
RGB Variations
Color information
#3B5D20 (or 0x3B5D20) is known color: Dell. HEX triplet: 3B, 5D and 20. RGB value is (59,93,32). Sum of RGB (Red+Green+Blue) = 59+93+32=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D20 is #C4A2DF. Grayscale: #4C4C4C. Windows color (decimal): -12886752 or 2121019. OLE color: 2121019.
HSL color Cylindrical-coordinate representation of color #3B5D20: hue angle of 93.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B5D20 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 93 | 32 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.64 |
| HSL | 93.44º | 0.49% | 0.25% | - |
| HSV(B) | 93.44º | 0.66% | 0.36% | - |
| XYZ | 5.98 | 8.86 | 2.76 | - |
| YUV | 75.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 32 | 0.37 | 0 | 0.66 | 0.64 | 93.44 | 0.49 | 0.25 |
| Hex | 3B | 5D | 20 | 25 | 0 | 42 | 40 | 5D | 31 | 19 |
| Octal | 73 | 135 | 40 | 45 | 0 | 102 | 100 | 135 | 61 | 31 |
| Binary | 111011 | 1011101 | 100000 | 100101 | 0 | 1000010 | 1000000 | 1011101 | 110001 | 11001 |
Color Harmonies of #3B5D20
Complementary color
Monochromatic Colors of #3B5D20
Black with #3B5D20
Text Example
Text Example
White with #3B5D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D20; }
p { color: rgb(59,93,32); }
H1.HeaderClassName
{
color: #3B5D20;
}
.AnyTagClassName
{
color: #3B5D20;
}
</style>
background-color css
<style>
a { background-color: #3B5D20; }
a { background-color: rgb(59,93,32); }
div.DivClassName
{
background-color: #3B5D20;
}
.BgClassName
{
background-color: #3B5D20;
}
</style>
border-color css
<style>
span { border-color: #3B5D20; }
span { border-color: rgb(59,93,32); }
td.TdClassName
{
border-color: #3B5D20;
}
.TagClassName
{
border-color: #3B5D20;
}
</style>