Shades of Dell #39671C
Tints of Dell #39671C
RGB
CMYK
RGB Variations
Color information
#39671C (or 0x39671C) is known color: Dell. HEX triplet: 39, 67 and 1C. RGB value is (57,103,28). Sum of RGB (Red+Green+Blue) = 57+103+28=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #39671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39671C is #C698E3. Grayscale: #505050. Windows color (decimal): -13015268 or 1861433. OLE color: 1861433.
HSL color Cylindrical-coordinate representation of color #39671C: hue angle of 96.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39671C is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 28 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.60 |
| HSL | 96.8º | 0.57% | 0.26% | - |
| HSV(B) | 96.8º | 0.73% | 0.4% | - |
| XYZ | 6.75 | 10.65 | 2.8 | - |
| YUV | 80.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 28 | 0.45 | 0 | 0.73 | 0.60 | 96.8 | 0.57 | 0.26 |
| Hex | 39 | 67 | 1C | 2D | 0 | 49 | 3C | 61 | 39 | 1A |
| Octal | 71 | 147 | 34 | 55 | 0 | 111 | 74 | 141 | 71 | 32 |
| Binary | 111001 | 1100111 | 11100 | 101101 | 0 | 1001001 | 111100 | 1100001 | 111001 | 11010 |
Color Harmonies of #39671C
Complementary color
Monochromatic Colors of #39671C
Black with #39671C
Text Example
Text Example
White with #39671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39671C; }
p { color: rgb(57,103,28); }
H1.HeaderClassName
{
color: #39671C;
}
.AnyTagClassName
{
color: #39671C;
}
</style>
background-color css
<style>
a { background-color: #39671C; }
a { background-color: rgb(57,103,28); }
div.DivClassName
{
background-color: #39671C;
}
.BgClassName
{
background-color: #39671C;
}
</style>
border-color css
<style>
span { border-color: #39671C; }
span { border-color: rgb(57,103,28); }
td.TdClassName
{
border-color: #39671C;
}
.TagClassName
{
border-color: #39671C;
}
</style>