Shades of Dell #3A690D
Tints of Dell #3A690D
RGB
CMYK
RGB Variations
Color information
#3A690D (or 0x3A690D) is known color: Dell. HEX triplet: 3A, 69 and 0D. RGB value is (58,105,13). Sum of RGB (Red+Green+Blue) = 58+105+13=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #3A690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A690D is #C596F2. Grayscale: #505050. Windows color (decimal): -12949235 or 878906. OLE color: 878906.
HSL color Cylindrical-coordinate representation of color #3A690D: hue angle of 90.65º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A690D is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 13 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.59 |
| HSL | 90.65º | 0.78% | 0.23% | - |
| HSV(B) | 90.65º | 0.88% | 0.41% | - |
| XYZ | 6.87 | 11.03 | 2.15 | - |
| YUV | 80.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 13 | 0.45 | 0 | 0.88 | 0.59 | 90.65 | 0.78 | 0.23 |
| Hex | 3A | 69 | D | 2D | 0 | 58 | 3B | 5B | 4E | 17 |
| Octal | 72 | 151 | 15 | 55 | 0 | 130 | 73 | 133 | 116 | 27 |
| Binary | 111010 | 1101001 | 1101 | 101101 | 0 | 1011000 | 111011 | 1011011 | 1001110 | 10111 |
Color Harmonies of #3A690D
Complementary color
Monochromatic Colors of #3A690D
Black with #3A690D
Text Example
Text Example
White with #3A690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A690D; }
p { color: rgb(58,105,13); }
H1.HeaderClassName
{
color: #3A690D;
}
.AnyTagClassName
{
color: #3A690D;
}
</style>
background-color css
<style>
a { background-color: #3A690D; }
a { background-color: rgb(58,105,13); }
div.DivClassName
{
background-color: #3A690D;
}
.BgClassName
{
background-color: #3A690D;
}
</style>
border-color css
<style>
span { border-color: #3A690D; }
span { border-color: rgb(58,105,13); }
td.TdClassName
{
border-color: #3A690D;
}
.TagClassName
{
border-color: #3A690D;
}
</style>