Shades of Dell #3A6720
Tints of Dell #3A6720
RGB
CMYK
RGB Variations
Color information
#3A6720 (or 0x3A6720) is known color: Dell. HEX triplet: 3A, 67 and 20. RGB value is (58,103,32). Sum of RGB (Red+Green+Blue) = 58+103+32=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #3A6720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6720 is #C598DF. Grayscale: #515151. Windows color (decimal): -12949728 or 2123578. OLE color: 2123578.
HSL color Cylindrical-coordinate representation of color #3A6720: hue angle of 98.03º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6720 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 103 | 32 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.60 |
| HSL | 98.03º | 0.53% | 0.26% | - |
| HSV(B) | 98.03º | 0.69% | 0.4% | - |
| XYZ | 6.86 | 10.7 | 3.07 | - |
| YUV | 81.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 32 | 0.44 | 0 | 0.69 | 0.60 | 98.03 | 0.53 | 0.26 |
| Hex | 3A | 67 | 20 | 2C | 0 | 45 | 3C | 62 | 35 | 1A |
| Octal | 72 | 147 | 40 | 54 | 0 | 105 | 74 | 142 | 65 | 32 |
| Binary | 111010 | 1100111 | 100000 | 101100 | 0 | 1000101 | 111100 | 1100010 | 110101 | 11010 |
Color Harmonies of #3A6720
Complementary color
Monochromatic Colors of #3A6720
Black with #3A6720
Text Example
Text Example
White with #3A6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6720; }
p { color: rgb(58,103,32); }
H1.HeaderClassName
{
color: #3A6720;
}
.AnyTagClassName
{
color: #3A6720;
}
</style>
background-color css
<style>
a { background-color: #3A6720; }
a { background-color: rgb(58,103,32); }
div.DivClassName
{
background-color: #3A6720;
}
.BgClassName
{
background-color: #3A6720;
}
</style>
border-color css
<style>
span { border-color: #3A6720; }
span { border-color: rgb(58,103,32); }
td.TdClassName
{
border-color: #3A6720;
}
.TagClassName
{
border-color: #3A6720;
}
</style>