Shades of Dell #39690E
Tints of Dell #39690E
RGB
CMYK
RGB Variations
Color information
#39690E (or 0x39690E) is known color: Dell. HEX triplet: 39, 69 and 0E. RGB value is (57,105,14). Sum of RGB (Red+Green+Blue) = 57+105+14=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #39690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39690E is #C696F1. Grayscale: #505050. Windows color (decimal): -13014770 or 944441. OLE color: 944441.
HSL color Cylindrical-coordinate representation of color #39690E: hue angle of 91.65º 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 #39690E is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 105 | 14 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.59 |
| HSL | 91.65º | 0.76% | 0.23% | - |
| HSV(B) | 91.65º | 0.87% | 0.41% | - |
| XYZ | 6.82 | 11 | 2.18 | - |
| YUV | 80.27 | 90.6 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 14 | 0.46 | 0 | 0.87 | 0.59 | 91.65 | 0.76 | 0.23 |
| Hex | 39 | 69 | E | 2E | 0 | 57 | 3B | 5C | 4C | 17 |
| Octal | 71 | 151 | 16 | 56 | 0 | 127 | 73 | 134 | 114 | 27 |
| Binary | 111001 | 1101001 | 1110 | 101110 | 0 | 1010111 | 111011 | 1011100 | 1001100 | 10111 |
Color Harmonies of #39690E
Complementary color
Monochromatic Colors of #39690E
Black with #39690E
Text Example
Text Example
White with #39690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39690E; }
p { color: rgb(57,105,14); }
H1.HeaderClassName
{
color: #39690E;
}
.AnyTagClassName
{
color: #39690E;
}
</style>
background-color css
<style>
a { background-color: #39690E; }
a { background-color: rgb(57,105,14); }
div.DivClassName
{
background-color: #39690E;
}
.BgClassName
{
background-color: #39690E;
}
</style>
border-color css
<style>
span { border-color: #39690E; }
span { border-color: rgb(57,105,14); }
td.TdClassName
{
border-color: #39690E;
}
.TagClassName
{
border-color: #39690E;
}
</style>