Shades of Dell #39671A
Tints of Dell #39671A
RGB
CMYK
RGB Variations
Color information
#39671A (or 0x39671A) is known color: Dell. HEX triplet: 39, 67 and 1A. RGB value is (57,103,26). Sum of RGB (Red+Green+Blue) = 57+103+26=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #39671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39671A is #C698E5. Grayscale: #505050. Windows color (decimal): -13015270 or 1730361. OLE color: 1730361.
HSL color Cylindrical-coordinate representation of color #39671A: hue angle of 95.84º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39671A is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 26 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.60 |
| HSL | 95.84º | 0.6% | 0.25% | - |
| HSV(B) | 95.84º | 0.75% | 0.4% | - |
| XYZ | 6.72 | 10.64 | 2.68 | - |
| YUV | 80.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 26 | 0.45 | 0 | 0.75 | 0.60 | 95.84 | 0.6 | 0.25 |
| Hex | 39 | 67 | 1A | 2D | 0 | 4B | 3C | 60 | 3C | 19 |
| Octal | 71 | 147 | 32 | 55 | 0 | 113 | 74 | 140 | 74 | 31 |
| Binary | 111001 | 1100111 | 11010 | 101101 | 0 | 1001011 | 111100 | 1100000 | 111100 | 11001 |
Color Harmonies of #39671A
Complementary color
Monochromatic Colors of #39671A
Black with #39671A
Text Example
Text Example
White with #39671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39671A; }
p { color: rgb(57,103,26); }
H1.HeaderClassName
{
color: #39671A;
}
.AnyTagClassName
{
color: #39671A;
}
</style>
background-color css
<style>
a { background-color: #39671A; }
a { background-color: rgb(57,103,26); }
div.DivClassName
{
background-color: #39671A;
}
.BgClassName
{
background-color: #39671A;
}
</style>
border-color css
<style>
span { border-color: #39671A; }
span { border-color: rgb(57,103,26); }
td.TdClassName
{
border-color: #39671A;
}
.TagClassName
{
border-color: #39671A;
}
</style>