Shades of Dell #39691E
Tints of Dell #39691E
RGB
CMYK
RGB Variations
Color information
#39691E (or 0x39691E) is known color: Dell. HEX triplet: 39, 69 and 1E. RGB value is (57,105,30). Sum of RGB (Red+Green+Blue) = 57+105+30=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #39691E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39691E is #C696E1. Grayscale: #525252. Windows color (decimal): -13014754 or 1993017. OLE color: 1993017.
HSL color Cylindrical-coordinate representation of color #39691E: hue angle of 98.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39691E is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 105 | 30 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.59 |
| HSL | 98.4º | 0.56% | 0.26% | - |
| HSV(B) | 98.4º | 0.71% | 0.41% | - |
| XYZ | 6.97 | 11.07 | 3 | - |
| YUV | 82.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 30 | 0.46 | 0 | 0.71 | 0.59 | 98.4 | 0.56 | 0.26 |
| Hex | 39 | 69 | 1E | 2E | 0 | 47 | 3B | 62 | 38 | 1A |
| Octal | 71 | 151 | 36 | 56 | 0 | 107 | 73 | 142 | 70 | 32 |
| Binary | 111001 | 1101001 | 11110 | 101110 | 0 | 1000111 | 111011 | 1100010 | 111000 | 11010 |
Color Harmonies of #39691E
Complementary color
Monochromatic Colors of #39691E
Black with #39691E
Text Example
Text Example
White with #39691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39691E; }
p { color: rgb(57,105,30); }
H1.HeaderClassName
{
color: #39691E;
}
.AnyTagClassName
{
color: #39691E;
}
</style>
background-color css
<style>
a { background-color: #39691E; }
a { background-color: rgb(57,105,30); }
div.DivClassName
{
background-color: #39691E;
}
.BgClassName
{
background-color: #39691E;
}
</style>
border-color css
<style>
span { border-color: #39691E; }
span { border-color: rgb(57,105,30); }
td.TdClassName
{
border-color: #39691E;
}
.TagClassName
{
border-color: #39691E;
}
</style>