Shades of Dell #3A6816
Tints of Dell #3A6816
RGB
CMYK
RGB Variations
Color information
#3A6816 (or 0x3A6816) is known color: Dell. HEX triplet: 3A, 68 and 16. RGB value is (58,104,22). Sum of RGB (Red+Green+Blue) = 58+104+22=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6816 is #C597E9. Grayscale: #515151. Windows color (decimal): -12949482 or 1468474. OLE color: 1468474.
HSL color Cylindrical-coordinate representation of color #3A6816: hue angle of 93.66º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A6816 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 22 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.59 |
| HSL | 93.66º | 0.65% | 0.25% | - |
| HSV(B) | 93.66º | 0.79% | 0.41% | - |
| XYZ | 6.84 | 10.86 | 2.49 | - |
| YUV | 80.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 22 | 0.44 | 0 | 0.79 | 0.59 | 93.66 | 0.65 | 0.25 |
| Hex | 3A | 68 | 16 | 2C | 0 | 4F | 3B | 5E | 41 | 19 |
| Octal | 72 | 150 | 26 | 54 | 0 | 117 | 73 | 136 | 101 | 31 |
| Binary | 111010 | 1101000 | 10110 | 101100 | 0 | 1001111 | 111011 | 1011110 | 1000001 | 11001 |
Color Harmonies of #3A6816
Complementary color
Monochromatic Colors of #3A6816
Black with #3A6816
Text Example
Text Example
White with #3A6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6816; }
p { color: rgb(58,104,22); }
H1.HeaderClassName
{
color: #3A6816;
}
.AnyTagClassName
{
color: #3A6816;
}
</style>
background-color css
<style>
a { background-color: #3A6816; }
a { background-color: rgb(58,104,22); }
div.DivClassName
{
background-color: #3A6816;
}
.BgClassName
{
background-color: #3A6816;
}
</style>
border-color css
<style>
span { border-color: #3A6816; }
span { border-color: rgb(58,104,22); }
td.TdClassName
{
border-color: #3A6816;
}
.TagClassName
{
border-color: #3A6816;
}
</style>