Shades of Dell #3A6421
Tints of Dell #3A6421
RGB
CMYK
RGB Variations
Color information
#3A6421 (or 0x3A6421) is known color: Dell. HEX triplet: 3A, 64 and 21. RGB value is (58,100,33). Sum of RGB (Red+Green+Blue) = 58+100+33=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6421 is #C59BDE. Grayscale: #505050. Windows color (decimal): -12950495 or 2188346. OLE color: 2188346.
HSL color Cylindrical-coordinate representation of color #3A6421: hue angle of 97.61º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A6421 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 100 | 33 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.61 |
| HSL | 97.61º | 0.5% | 0.26% | - |
| HSV(B) | 97.61º | 0.67% | 0.39% | - |
| XYZ | 6.58 | 10.12 | 3.05 | - |
| YUV | 79.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 33 | 0.42 | 0 | 0.67 | 0.61 | 97.61 | 0.5 | 0.26 |
| Hex | 3A | 64 | 21 | 2A | 0 | 43 | 3D | 62 | 32 | 1A |
| Octal | 72 | 144 | 41 | 52 | 0 | 103 | 75 | 142 | 62 | 32 |
| Binary | 111010 | 1100100 | 100001 | 101010 | 0 | 1000011 | 111101 | 1100010 | 110010 | 11010 |
Color Harmonies of #3A6421
Complementary color
Monochromatic Colors of #3A6421
Black with #3A6421
Text Example
Text Example
White with #3A6421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6421; }
p { color: rgb(58,100,33); }
H1.HeaderClassName
{
color: #3A6421;
}
.AnyTagClassName
{
color: #3A6421;
}
</style>
background-color css
<style>
a { background-color: #3A6421; }
a { background-color: rgb(58,100,33); }
div.DivClassName
{
background-color: #3A6421;
}
.BgClassName
{
background-color: #3A6421;
}
</style>
border-color css
<style>
span { border-color: #3A6421; }
span { border-color: rgb(58,100,33); }
td.TdClassName
{
border-color: #3A6421;
}
.TagClassName
{
border-color: #3A6421;
}
</style>