Shades of Dell #3A6817
Tints of Dell #3A6817
RGB
CMYK
RGB Variations
Color information
#3A6817 (or 0x3A6817) is known color: Dell. HEX triplet: 3A, 68 and 17. RGB value is (58,104,23). Sum of RGB (Red+Green+Blue) = 58+104+23=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6817 is #C597E8. Grayscale: #515151. Windows color (decimal): -12949481 or 1534010. OLE color: 1534010.
HSL color Cylindrical-coordinate representation of color #3A6817: hue angle of 94.07º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A6817 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 23 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.59 |
| HSL | 94.07º | 0.64% | 0.25% | - |
| HSV(B) | 94.07º | 0.78% | 0.41% | - |
| XYZ | 6.85 | 10.86 | 2.55 | - |
| YUV | 81.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 23 | 0.44 | 0 | 0.78 | 0.59 | 94.07 | 0.64 | 0.25 |
| Hex | 3A | 68 | 17 | 2C | 0 | 4E | 3B | 5E | 40 | 19 |
| Octal | 72 | 150 | 27 | 54 | 0 | 116 | 73 | 136 | 100 | 31 |
| Binary | 111010 | 1101000 | 10111 | 101100 | 0 | 1001110 | 111011 | 1011110 | 1000000 | 11001 |
Color Harmonies of #3A6817
Complementary color
Monochromatic Colors of #3A6817
Black with #3A6817
Text Example
Text Example
White with #3A6817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6817; }
p { color: rgb(58,104,23); }
H1.HeaderClassName
{
color: #3A6817;
}
.AnyTagClassName
{
color: #3A6817;
}
</style>
background-color css
<style>
a { background-color: #3A6817; }
a { background-color: rgb(58,104,23); }
div.DivClassName
{
background-color: #3A6817;
}
.BgClassName
{
background-color: #3A6817;
}
</style>
border-color css
<style>
span { border-color: #3A6817; }
span { border-color: rgb(58,104,23); }
td.TdClassName
{
border-color: #3A6817;
}
.TagClassName
{
border-color: #3A6817;
}
</style>