Shades of Dell #3A6911
Tints of Dell #3A6911
RGB
CMYK
RGB Variations
Color information
#3A6911 (or 0x3A6911) is known color: Dell. HEX triplet: 3A, 69 and 11. RGB value is (58,105,17). Sum of RGB (Red+Green+Blue) = 58+105+17=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6911 is #C596EE. Grayscale: #515151. Windows color (decimal): -12949231 or 1141050. OLE color: 1141050.
HSL color Cylindrical-coordinate representation of color #3A6911: hue angle of 92.05º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A6911 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 17 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.59 |
| HSL | 92.05º | 0.72% | 0.24% | - |
| HSV(B) | 92.05º | 0.84% | 0.41% | - |
| XYZ | 6.9 | 11.04 | 2.3 | - |
| YUV | 80.92 | 91.93 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 17 | 0.45 | 0 | 0.84 | 0.59 | 92.05 | 0.72 | 0.24 |
| Hex | 3A | 69 | 11 | 2D | 0 | 54 | 3B | 5C | 48 | 18 |
| Octal | 72 | 151 | 21 | 55 | 0 | 124 | 73 | 134 | 110 | 30 |
| Binary | 111010 | 1101001 | 10001 | 101101 | 0 | 1010100 | 111011 | 1011100 | 1001000 | 11000 |
Color Harmonies of #3A6911
Complementary color
Monochromatic Colors of #3A6911
Black with #3A6911
Text Example
Text Example
White with #3A6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6911; }
p { color: rgb(58,105,17); }
H1.HeaderClassName
{
color: #3A6911;
}
.AnyTagClassName
{
color: #3A6911;
}
</style>
background-color css
<style>
a { background-color: #3A6911; }
a { background-color: rgb(58,105,17); }
div.DivClassName
{
background-color: #3A6911;
}
.BgClassName
{
background-color: #3A6911;
}
</style>
border-color css
<style>
span { border-color: #3A6911; }
span { border-color: rgb(58,105,17); }
td.TdClassName
{
border-color: #3A6911;
}
.TagClassName
{
border-color: #3A6911;
}
</style>