Shades of Dell #3A6022
Tints of Dell #3A6022
RGB
CMYK
RGB Variations
Color information
#3A6022 (or 0x3A6022) is known color: Dell. HEX triplet: 3A, 60 and 22. RGB value is (58,96,34). Sum of RGB (Red+Green+Blue) = 58+96+34=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6022 is #C59FDD. Grayscale: #4D4D4D. Windows color (decimal): -12951518 or 2252858. OLE color: 2252858.
HSL color Cylindrical-coordinate representation of color #3A6022: hue angle of 96.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A6022 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 34 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.62 |
| HSL | 96.77º | 0.48% | 0.25% | - |
| HSV(B) | 96.77º | 0.65% | 0.38% | - |
| XYZ | 6.22 | 9.38 | 3 | - |
| YUV | 77.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 34 | 0.40 | 0 | 0.65 | 0.62 | 96.77 | 0.48 | 0.25 |
| Hex | 3A | 60 | 22 | 28 | 0 | 41 | 3E | 61 | 30 | 19 |
| Octal | 72 | 140 | 42 | 50 | 0 | 101 | 76 | 141 | 60 | 31 |
| Binary | 111010 | 1100000 | 100010 | 101000 | 0 | 1000001 | 111110 | 1100001 | 110000 | 11001 |
Color Harmonies of #3A6022
Complementary color
Monochromatic Colors of #3A6022
Black with #3A6022
Text Example
Text Example
White with #3A6022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6022; }
p { color: rgb(58,96,34); }
H1.HeaderClassName
{
color: #3A6022;
}
.AnyTagClassName
{
color: #3A6022;
}
</style>
background-color css
<style>
a { background-color: #3A6022; }
a { background-color: rgb(58,96,34); }
div.DivClassName
{
background-color: #3A6022;
}
.BgClassName
{
background-color: #3A6022;
}
</style>
border-color css
<style>
span { border-color: #3A6022; }
span { border-color: rgb(58,96,34); }
td.TdClassName
{
border-color: #3A6022;
}
.TagClassName
{
border-color: #3A6022;
}
</style>