Shades of Dell #3A6018
Tints of Dell #3A6018
RGB
CMYK
RGB Variations
Color information
#3A6018 (or 0x3A6018) is known color: Dell. HEX triplet: 3A, 60 and 18. RGB value is (58,96,24). Sum of RGB (Red+Green+Blue) = 58+96+24=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6018 is #C59FE7. Grayscale: #4C4C4C. Windows color (decimal): -12951528 or 1597498. OLE color: 1597498.
HSL color Cylindrical-coordinate representation of color #3A6018: hue angle of 91.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A6018 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 24 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.62 |
| HSL | 91.67º | 0.6% | 0.24% | - |
| HSV(B) | 91.67º | 0.75% | 0.38% | - |
| XYZ | 6.09 | 9.33 | 2.34 | - |
| YUV | 76.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 24 | 0.40 | 0 | 0.75 | 0.62 | 91.67 | 0.6 | 0.24 |
| Hex | 3A | 60 | 18 | 28 | 0 | 4B | 3E | 5C | 3C | 18 |
| Octal | 72 | 140 | 30 | 50 | 0 | 113 | 76 | 134 | 74 | 30 |
| Binary | 111010 | 1100000 | 11000 | 101000 | 0 | 1001011 | 111110 | 1011100 | 111100 | 11000 |
Color Harmonies of #3A6018
Complementary color
Monochromatic Colors of #3A6018
Black with #3A6018
Text Example
Text Example
White with #3A6018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6018; }
p { color: rgb(58,96,24); }
H1.HeaderClassName
{
color: #3A6018;
}
.AnyTagClassName
{
color: #3A6018;
}
</style>
background-color css
<style>
a { background-color: #3A6018; }
a { background-color: rgb(58,96,24); }
div.DivClassName
{
background-color: #3A6018;
}
.BgClassName
{
background-color: #3A6018;
}
</style>
border-color css
<style>
span { border-color: #3A6018; }
span { border-color: rgb(58,96,24); }
td.TdClassName
{
border-color: #3A6018;
}
.TagClassName
{
border-color: #3A6018;
}
</style>