Shades of Dell #3A6021
Tints of Dell #3A6021
RGB
CMYK
RGB Variations
Color information
#3A6021 (or 0x3A6021) is known color: Dell. HEX triplet: 3A, 60 and 21. RGB value is (58,96,33). Sum of RGB (Red+Green+Blue) = 58+96+33=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6021 is #C59FDE. Grayscale: #4D4D4D. Windows color (decimal): -12951519 or 2187322. OLE color: 2187322.
HSL color Cylindrical-coordinate representation of color #3A6021: hue angle of 96.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A6021 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 33 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.62 |
| HSL | 96.19º | 0.49% | 0.25% | - |
| HSV(B) | 96.19º | 0.66% | 0.38% | - |
| XYZ | 6.2 | 9.38 | 2.92 | - |
| YUV | 77.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 33 | 0.40 | 0 | 0.66 | 0.62 | 96.19 | 0.49 | 0.25 |
| Hex | 3A | 60 | 21 | 28 | 0 | 42 | 3E | 60 | 31 | 19 |
| Octal | 72 | 140 | 41 | 50 | 0 | 102 | 76 | 140 | 61 | 31 |
| Binary | 111010 | 1100000 | 100001 | 101000 | 0 | 1000010 | 111110 | 1100000 | 110001 | 11001 |
Color Harmonies of #3A6021
Complementary color
Monochromatic Colors of #3A6021
Black with #3A6021
Text Example
Text Example
White with #3A6021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6021; }
p { color: rgb(58,96,33); }
H1.HeaderClassName
{
color: #3A6021;
}
.AnyTagClassName
{
color: #3A6021;
}
</style>
background-color css
<style>
a { background-color: #3A6021; }
a { background-color: rgb(58,96,33); }
div.DivClassName
{
background-color: #3A6021;
}
.BgClassName
{
background-color: #3A6021;
}
</style>
border-color css
<style>
span { border-color: #3A6021; }
span { border-color: rgb(58,96,33); }
td.TdClassName
{
border-color: #3A6021;
}
.TagClassName
{
border-color: #3A6021;
}
</style>