Shades of Dell #3A6616
Tints of Dell #3A6616
RGB
CMYK
RGB Variations
Color information
#3A6616 (or 0x3A6616) is known color: Dell. HEX triplet: 3A, 66 and 16. RGB value is (58,102,22). Sum of RGB (Red+Green+Blue) = 58+102+22=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #3A6616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6616 is #C599E9. Grayscale: #505050. Windows color (decimal): -12949994 or 1467962. OLE color: 1467962.
HSL color Cylindrical-coordinate representation of color #3A6616: hue angle of 93º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A6616 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 102 | 22 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.6 |
| HSL | 93º | 0.65% | 0.24% | - |
| HSV(B) | 93º | 0.78% | 0.4% | - |
| XYZ | 6.64 | 10.46 | 2.43 | - |
| YUV | 79.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 22 | 0.43 | 0 | 0.78 | 0.6 | 93 | 0.65 | 0.24 |
| Hex | 3A | 66 | 16 | 2B | 0 | 4E | 3C | 5D | 41 | 18 |
| Octal | 72 | 146 | 26 | 53 | 0 | 116 | 74 | 135 | 101 | 30 |
| Binary | 111010 | 1100110 | 10110 | 101011 | 0 | 1001110 | 111100 | 1011101 | 1000001 | 11000 |
Color Harmonies of #3A6616
Complementary color
Monochromatic Colors of #3A6616
Black with #3A6616
Text Example
Text Example
White with #3A6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6616; }
p { color: rgb(58,102,22); }
H1.HeaderClassName
{
color: #3A6616;
}
.AnyTagClassName
{
color: #3A6616;
}
</style>
background-color css
<style>
a { background-color: #3A6616; }
a { background-color: rgb(58,102,22); }
div.DivClassName
{
background-color: #3A6616;
}
.BgClassName
{
background-color: #3A6616;
}
</style>
border-color css
<style>
span { border-color: #3A6616; }
span { border-color: rgb(58,102,22); }
td.TdClassName
{
border-color: #3A6616;
}
.TagClassName
{
border-color: #3A6616;
}
</style>