Shades of Dell #3A6017
Tints of Dell #3A6017
RGB
CMYK
RGB Variations
Color information
#3A6017 (or 0x3A6017) is known color: Dell. HEX triplet: 3A, 60 and 17. RGB value is (58,96,23). Sum of RGB (Red+Green+Blue) = 58+96+23=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6017 is #C59FE8. Grayscale: #4C4C4C. Windows color (decimal): -12951529 or 1531962. OLE color: 1531962.
HSL color Cylindrical-coordinate representation of color #3A6017: hue angle of 91.23º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A6017 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 23 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.62 |
| HSL | 91.23º | 0.61% | 0.23% | - |
| HSV(B) | 91.23º | 0.76% | 0.38% | - |
| XYZ | 6.08 | 9.33 | 2.29 | - |
| YUV | 76.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 23 | 0.40 | 0 | 0.76 | 0.62 | 91.23 | 0.61 | 0.23 |
| Hex | 3A | 60 | 17 | 28 | 0 | 4C | 3E | 5B | 3D | 17 |
| Octal | 72 | 140 | 27 | 50 | 0 | 114 | 76 | 133 | 75 | 27 |
| Binary | 111010 | 1100000 | 10111 | 101000 | 0 | 1001100 | 111110 | 1011011 | 111101 | 10111 |
Color Harmonies of #3A6017
Complementary color
Monochromatic Colors of #3A6017
Black with #3A6017
Text Example
Text Example
White with #3A6017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6017; }
p { color: rgb(58,96,23); }
H1.HeaderClassName
{
color: #3A6017;
}
.AnyTagClassName
{
color: #3A6017;
}
</style>
background-color css
<style>
a { background-color: #3A6017; }
a { background-color: rgb(58,96,23); }
div.DivClassName
{
background-color: #3A6017;
}
.BgClassName
{
background-color: #3A6017;
}
</style>
border-color css
<style>
span { border-color: #3A6017; }
span { border-color: rgb(58,96,23); }
td.TdClassName
{
border-color: #3A6017;
}
.TagClassName
{
border-color: #3A6017;
}
</style>