Shades of Dell #3B6521
Tints of Dell #3B6521
RGB
CMYK
RGB Variations
Color information
#3B6521 (or 0x3B6521) is known color: Dell. HEX triplet: 3B, 65 and 21. RGB value is (59,101,33). Sum of RGB (Red+Green+Blue) = 59+101+33=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #3B6521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6521 is #C49ADE. Grayscale: #505050. Windows color (decimal): -12884703 or 2188603. OLE color: 2188603.
HSL color Cylindrical-coordinate representation of color #3B6521: hue angle of 97.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6521 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 101 | 33 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.60 |
| HSL | 97.06º | 0.51% | 0.26% | - |
| HSV(B) | 97.06º | 0.67% | 0.4% | - |
| XYZ | 6.73 | 10.35 | 3.08 | - |
| YUV | 80.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 33 | 0.42 | 0 | 0.67 | 0.60 | 97.06 | 0.51 | 0.26 |
| Hex | 3B | 65 | 21 | 2A | 0 | 43 | 3C | 61 | 33 | 1A |
| Octal | 73 | 145 | 41 | 52 | 0 | 103 | 74 | 141 | 63 | 32 |
| Binary | 111011 | 1100101 | 100001 | 101010 | 0 | 1000011 | 111100 | 1100001 | 110011 | 11010 |
Color Harmonies of #3B6521
Complementary color
Monochromatic Colors of #3B6521
Black with #3B6521
Text Example
Text Example
White with #3B6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6521; }
p { color: rgb(59,101,33); }
H1.HeaderClassName
{
color: #3B6521;
}
.AnyTagClassName
{
color: #3B6521;
}
</style>
background-color css
<style>
a { background-color: #3B6521; }
a { background-color: rgb(59,101,33); }
div.DivClassName
{
background-color: #3B6521;
}
.BgClassName
{
background-color: #3B6521;
}
</style>
border-color css
<style>
span { border-color: #3B6521; }
span { border-color: rgb(59,101,33); }
td.TdClassName
{
border-color: #3B6521;
}
.TagClassName
{
border-color: #3B6521;
}
</style>