Shades of Dell #39671E
Tints of Dell #39671E
RGB
CMYK
RGB Variations
Color information
#39671E (or 0x39671E) is known color: Dell. HEX triplet: 39, 67 and 1E. RGB value is (57,103,30). Sum of RGB (Red+Green+Blue) = 57+103+30=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #39671E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39671E is #C698E1. Grayscale: #515151. Windows color (decimal): -13015266 or 1992505. OLE color: 1992505.
HSL color Cylindrical-coordinate representation of color #39671E: hue angle of 97.81º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39671E is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 30 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.60 |
| HSL | 97.81º | 0.55% | 0.26% | - |
| HSV(B) | 97.81º | 0.71% | 0.4% | - |
| XYZ | 6.77 | 10.66 | 2.93 | - |
| YUV | 80.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 30 | 0.45 | 0 | 0.71 | 0.60 | 97.81 | 0.55 | 0.26 |
| Hex | 39 | 67 | 1E | 2D | 0 | 47 | 3C | 62 | 37 | 1A |
| Octal | 71 | 147 | 36 | 55 | 0 | 107 | 74 | 142 | 67 | 32 |
| Binary | 111001 | 1100111 | 11110 | 101101 | 0 | 1000111 | 111100 | 1100010 | 110111 | 11010 |
Color Harmonies of #39671E
Complementary color
Monochromatic Colors of #39671E
Black with #39671E
Text Example
Text Example
White with #39671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39671E; }
p { color: rgb(57,103,30); }
H1.HeaderClassName
{
color: #39671E;
}
.AnyTagClassName
{
color: #39671E;
}
</style>
background-color css
<style>
a { background-color: #39671E; }
a { background-color: rgb(57,103,30); }
div.DivClassName
{
background-color: #39671E;
}
.BgClassName
{
background-color: #39671E;
}
</style>
border-color css
<style>
span { border-color: #39671E; }
span { border-color: rgb(57,103,30); }
td.TdClassName
{
border-color: #39671E;
}
.TagClassName
{
border-color: #39671E;
}
</style>