Shades of Dell #3A6419
Tints of Dell #3A6419
RGB
CMYK
RGB Variations
Color information
#3A6419 (or 0x3A6419) is known color: Dell. HEX triplet: 3A, 64 and 19. RGB value is (58,100,25). Sum of RGB (Red+Green+Blue) = 58+100+25=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6419 is #C59BE6. Grayscale: #4F4F4F. Windows color (decimal): -12950503 or 1664058. OLE color: 1664058.
HSL color Cylindrical-coordinate representation of color #3A6419: hue angle of 93.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A6419 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 100 | 25 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.61 |
| HSL | 93.6º | 0.6% | 0.25% | - |
| HSV(B) | 93.6º | 0.75% | 0.39% | - |
| XYZ | 6.48 | 10.08 | 2.52 | - |
| YUV | 78.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 25 | 0.42 | 0 | 0.75 | 0.61 | 93.6 | 0.6 | 0.25 |
| Hex | 3A | 64 | 19 | 2A | 0 | 4B | 3D | 5E | 3C | 19 |
| Octal | 72 | 144 | 31 | 52 | 0 | 113 | 75 | 136 | 74 | 31 |
| Binary | 111010 | 1100100 | 11001 | 101010 | 0 | 1001011 | 111101 | 1011110 | 111100 | 11001 |
Color Harmonies of #3A6419
Complementary color
Monochromatic Colors of #3A6419
Black with #3A6419
Text Example
Text Example
White with #3A6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6419; }
p { color: rgb(58,100,25); }
H1.HeaderClassName
{
color: #3A6419;
}
.AnyTagClassName
{
color: #3A6419;
}
</style>
background-color css
<style>
a { background-color: #3A6419; }
a { background-color: rgb(58,100,25); }
div.DivClassName
{
background-color: #3A6419;
}
.BgClassName
{
background-color: #3A6419;
}
</style>
border-color css
<style>
span { border-color: #3A6419; }
span { border-color: rgb(58,100,25); }
td.TdClassName
{
border-color: #3A6419;
}
.TagClassName
{
border-color: #3A6419;
}
</style>