Shades of Dell #3A6024
Tints of Dell #3A6024
RGB
CMYK
RGB Variations
Color information
#3A6024 (or 0x3A6024) is known color: Dell. HEX triplet: 3A, 60 and 24. RGB value is (58,96,36). Sum of RGB (Red+Green+Blue) = 58+96+36=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6024 is #C59FDB. Grayscale: #4D4D4D. Windows color (decimal): -12951516 or 2383930. OLE color: 2383930.
HSL color Cylindrical-coordinate representation of color #3A6024: hue angle of 98º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A6024 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 36 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.62 |
| HSL | 98º | 0.45% | 0.26% | - |
| HSV(B) | 98º | 0.63% | 0.38% | - |
| XYZ | 6.25 | 9.39 | 3.15 | - |
| YUV | 77.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 36 | 0.40 | 0 | 0.62 | 0.62 | 98 | 0.45 | 0.26 |
| Hex | 3A | 60 | 24 | 28 | 0 | 3E | 3E | 62 | 2D | 1A |
| Octal | 72 | 140 | 44 | 50 | 0 | 76 | 76 | 142 | 55 | 32 |
| Binary | 111010 | 1100000 | 100100 | 101000 | 0 | 111110 | 111110 | 1100010 | 101101 | 11010 |
Color Harmonies of #3A6024
Complementary color
Monochromatic Colors of #3A6024
Black with #3A6024
Text Example
Text Example
White with #3A6024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6024; }
p { color: rgb(58,96,36); }
H1.HeaderClassName
{
color: #3A6024;
}
.AnyTagClassName
{
color: #3A6024;
}
</style>
background-color css
<style>
a { background-color: #3A6024; }
a { background-color: rgb(58,96,36); }
div.DivClassName
{
background-color: #3A6024;
}
.BgClassName
{
background-color: #3A6024;
}
</style>
border-color css
<style>
span { border-color: #3A6024; }
span { border-color: rgb(58,96,36); }
td.TdClassName
{
border-color: #3A6024;
}
.TagClassName
{
border-color: #3A6024;
}
</style>