Shades of Dell #3A6913
Tints of Dell #3A6913
RGB
CMYK
RGB Variations
Color information
#3A6913 (or 0x3A6913) is known color: Dell. HEX triplet: 3A, 69 and 13. RGB value is (58,105,19). Sum of RGB (Red+Green+Blue) = 58+105+19=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6913 is #C596EC. Grayscale: #515151. Windows color (decimal): -12949229 or 1272122. OLE color: 1272122.
HSL color Cylindrical-coordinate representation of color #3A6913: hue angle of 92.79º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A6913 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 19 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.59 |
| HSL | 92.79º | 0.69% | 0.24% | - |
| HSV(B) | 92.79º | 0.82% | 0.41% | - |
| XYZ | 6.91 | 11.05 | 2.38 | - |
| YUV | 81.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 19 | 0.45 | 0 | 0.82 | 0.59 | 92.79 | 0.69 | 0.24 |
| Hex | 3A | 69 | 13 | 2D | 0 | 52 | 3B | 5D | 45 | 18 |
| Octal | 72 | 151 | 23 | 55 | 0 | 122 | 73 | 135 | 105 | 30 |
| Binary | 111010 | 1101001 | 10011 | 101101 | 0 | 1010010 | 111011 | 1011101 | 1000101 | 11000 |
Color Harmonies of #3A6913
Complementary color
Monochromatic Colors of #3A6913
Black with #3A6913
Text Example
Text Example
White with #3A6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6913; }
p { color: rgb(58,105,19); }
H1.HeaderClassName
{
color: #3A6913;
}
.AnyTagClassName
{
color: #3A6913;
}
</style>
background-color css
<style>
a { background-color: #3A6913; }
a { background-color: rgb(58,105,19); }
div.DivClassName
{
background-color: #3A6913;
}
.BgClassName
{
background-color: #3A6913;
}
</style>
border-color css
<style>
span { border-color: #3A6913; }
span { border-color: rgb(58,105,19); }
td.TdClassName
{
border-color: #3A6913;
}
.TagClassName
{
border-color: #3A6913;
}
</style>