Shades of Dell #3A6912
Tints of Dell #3A6912
RGB
CMYK
RGB Variations
Color information
#3A6912 (or 0x3A6912) is known color: Dell. HEX triplet: 3A, 69 and 12. RGB value is (58,105,18). Sum of RGB (Red+Green+Blue) = 58+105+18=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6912 is #C596ED. Grayscale: #515151. Windows color (decimal): -12949230 or 1206586. OLE color: 1206586.
HSL color Cylindrical-coordinate representation of color #3A6912: hue angle of 92.41º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A6912 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 18 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.59 |
| HSL | 92.41º | 0.71% | 0.24% | - |
| HSV(B) | 92.41º | 0.83% | 0.41% | - |
| XYZ | 6.91 | 11.05 | 2.34 | - |
| YUV | 81.03 | 92.43 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 18 | 0.45 | 0 | 0.83 | 0.59 | 92.41 | 0.71 | 0.24 |
| Hex | 3A | 69 | 12 | 2D | 0 | 53 | 3B | 5C | 47 | 18 |
| Octal | 72 | 151 | 22 | 55 | 0 | 123 | 73 | 134 | 107 | 30 |
| Binary | 111010 | 1101001 | 10010 | 101101 | 0 | 1010011 | 111011 | 1011100 | 1000111 | 11000 |
Color Harmonies of #3A6912
Complementary color
Monochromatic Colors of #3A6912
Black with #3A6912
Text Example
Text Example
White with #3A6912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6912; }
p { color: rgb(58,105,18); }
H1.HeaderClassName
{
color: #3A6912;
}
.AnyTagClassName
{
color: #3A6912;
}
</style>
background-color css
<style>
a { background-color: #3A6912; }
a { background-color: rgb(58,105,18); }
div.DivClassName
{
background-color: #3A6912;
}
.BgClassName
{
background-color: #3A6912;
}
</style>
border-color css
<style>
span { border-color: #3A6912; }
span { border-color: rgb(58,105,18); }
td.TdClassName
{
border-color: #3A6912;
}
.TagClassName
{
border-color: #3A6912;
}
</style>