Shades of Dell #3A6814
Tints of Dell #3A6814
RGB
CMYK
RGB Variations
Color information
#3A6814 (or 0x3A6814) is known color: Dell. HEX triplet: 3A, 68 and 14. RGB value is (58,104,20). Sum of RGB (Red+Green+Blue) = 58+104+20=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6814 is #C597EB. Grayscale: #505050. Windows color (decimal): -12949484 or 1337402. OLE color: 1337402.
HSL color Cylindrical-coordinate representation of color #3A6814: hue angle of 92.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A6814 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 20 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.59 |
| HSL | 92.86º | 0.68% | 0.24% | - |
| HSV(B) | 92.86º | 0.81% | 0.41% | - |
| XYZ | 6.82 | 10.85 | 2.4 | - |
| YUV | 80.67 | 93.76 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 20 | 0.44 | 0 | 0.81 | 0.59 | 92.86 | 0.68 | 0.24 |
| Hex | 3A | 68 | 14 | 2C | 0 | 51 | 3B | 5D | 44 | 18 |
| Octal | 72 | 150 | 24 | 54 | 0 | 121 | 73 | 135 | 104 | 30 |
| Binary | 111010 | 1101000 | 10100 | 101100 | 0 | 1010001 | 111011 | 1011101 | 1000100 | 11000 |
Color Harmonies of #3A6814
Complementary color
Monochromatic Colors of #3A6814
Black with #3A6814
Text Example
Text Example
White with #3A6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6814; }
p { color: rgb(58,104,20); }
H1.HeaderClassName
{
color: #3A6814;
}
.AnyTagClassName
{
color: #3A6814;
}
</style>
background-color css
<style>
a { background-color: #3A6814; }
a { background-color: rgb(58,104,20); }
div.DivClassName
{
background-color: #3A6814;
}
.BgClassName
{
background-color: #3A6814;
}
</style>
border-color css
<style>
span { border-color: #3A6814; }
span { border-color: rgb(58,104,20); }
td.TdClassName
{
border-color: #3A6814;
}
.TagClassName
{
border-color: #3A6814;
}
</style>