Shades of Dell #3A690E
Tints of Dell #3A690E
RGB
CMYK
RGB Variations
Color information
#3A690E (or 0x3A690E) is known color: Dell. HEX triplet: 3A, 69 and 0E. RGB value is (58,105,14). Sum of RGB (Red+Green+Blue) = 58+105+14=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #3A690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A690E is #C596F1. Grayscale: #505050. Windows color (decimal): -12949234 or 944442. OLE color: 944442.
HSL color Cylindrical-coordinate representation of color #3A690E: hue angle of 90.99º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A690E is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 14 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.59 |
| HSL | 90.99º | 0.76% | 0.23% | - |
| HSV(B) | 90.99º | 0.87% | 0.41% | - |
| XYZ | 6.88 | 11.03 | 2.18 | - |
| YUV | 80.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 14 | 0.45 | 0 | 0.87 | 0.59 | 90.99 | 0.76 | 0.23 |
| Hex | 3A | 69 | E | 2D | 0 | 57 | 3B | 5B | 4C | 17 |
| Octal | 72 | 151 | 16 | 55 | 0 | 127 | 73 | 133 | 114 | 27 |
| Binary | 111010 | 1101001 | 1110 | 101101 | 0 | 1010111 | 111011 | 1011011 | 1001100 | 10111 |
Color Harmonies of #3A690E
Complementary color
Monochromatic Colors of #3A690E
Black with #3A690E
Text Example
Text Example
White with #3A690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A690E; }
p { color: rgb(58,105,14); }
H1.HeaderClassName
{
color: #3A690E;
}
.AnyTagClassName
{
color: #3A690E;
}
</style>
background-color css
<style>
a { background-color: #3A690E; }
a { background-color: rgb(58,105,14); }
div.DivClassName
{
background-color: #3A690E;
}
.BgClassName
{
background-color: #3A690E;
}
</style>
border-color css
<style>
span { border-color: #3A690E; }
span { border-color: rgb(58,105,14); }
td.TdClassName
{
border-color: #3A690E;
}
.TagClassName
{
border-color: #3A690E;
}
</style>