Shades of Dell #3A6321
Tints of Dell #3A6321
RGB
CMYK
RGB Variations
Color information
#3A6321 (or 0x3A6321) is known color: Dell. HEX triplet: 3A, 63 and 21. RGB value is (58,99,33). Sum of RGB (Red+Green+Blue) = 58+99+33=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6321 is #C59CDE. Grayscale: #4F4F4F. Windows color (decimal): -12950751 or 2188090. OLE color: 2188090.
HSL color Cylindrical-coordinate representation of color #3A6321: hue angle of 97.27º 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 #3A6321 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 33 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.61 |
| HSL | 97.27º | 0.5% | 0.26% | - |
| HSV(B) | 97.27º | 0.67% | 0.39% | - |
| XYZ | 6.48 | 9.93 | 3.01 | - |
| YUV | 79.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 33 | 0.41 | 0 | 0.67 | 0.61 | 97.27 | 0.5 | 0.26 |
| Hex | 3A | 63 | 21 | 29 | 0 | 43 | 3D | 61 | 32 | 1A |
| Octal | 72 | 143 | 41 | 51 | 0 | 103 | 75 | 141 | 62 | 32 |
| Binary | 111010 | 1100011 | 100001 | 101001 | 0 | 1000011 | 111101 | 1100001 | 110010 | 11010 |
Color Harmonies of #3A6321
Complementary color
Monochromatic Colors of #3A6321
Black with #3A6321
Text Example
Text Example
White with #3A6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6321; }
p { color: rgb(58,99,33); }
H1.HeaderClassName
{
color: #3A6321;
}
.AnyTagClassName
{
color: #3A6321;
}
</style>
background-color css
<style>
a { background-color: #3A6321; }
a { background-color: rgb(58,99,33); }
div.DivClassName
{
background-color: #3A6321;
}
.BgClassName
{
background-color: #3A6321;
}
</style>
border-color css
<style>
span { border-color: #3A6321; }
span { border-color: rgb(58,99,33); }
td.TdClassName
{
border-color: #3A6321;
}
.TagClassName
{
border-color: #3A6321;
}
</style>