Shades of Dell #39661B
Tints of Dell #39661B
RGB
CMYK
RGB Variations
Color information
#39661B (or 0x39661B) is known color: Dell. HEX triplet: 39, 66 and 1B. RGB value is (57,102,27). Sum of RGB (Red+Green+Blue) = 57+102+27=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #39661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39661B is #C699E4. Grayscale: #505050. Windows color (decimal): -13015525 or 1795641. OLE color: 1795641.
HSL color Cylindrical-coordinate representation of color #39661B: hue angle of 96º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39661B is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 57 | 102 | 27 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.6 |
| HSL | 96º | 0.58% | 0.25% | - |
| HSV(B) | 96º | 0.74% | 0.4% | - |
| XYZ | 6.64 | 10.45 | 2.7 | - |
| YUV | 80 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 102 | 27 | 0.44 | 0 | 0.74 | 0.6 | 96 | 0.58 | 0.25 |
| Hex | 39 | 66 | 1B | 2C | 0 | 4A | 3C | 60 | 3A | 19 |
| Octal | 71 | 146 | 33 | 54 | 0 | 112 | 74 | 140 | 72 | 31 |
| Binary | 111001 | 1100110 | 11011 | 101100 | 0 | 1001010 | 111100 | 1100000 | 111010 | 11001 |
Color Harmonies of #39661B
Complementary color
Monochromatic Colors of #39661B
Black with #39661B
Text Example
Text Example
White with #39661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39661B; }
p { color: rgb(57,102,27); }
H1.HeaderClassName
{
color: #39661B;
}
.AnyTagClassName
{
color: #39661B;
}
</style>
background-color css
<style>
a { background-color: #39661B; }
a { background-color: rgb(57,102,27); }
div.DivClassName
{
background-color: #39661B;
}
.BgClassName
{
background-color: #39661B;
}
</style>
border-color css
<style>
span { border-color: #39661B; }
span { border-color: rgb(57,102,27); }
td.TdClassName
{
border-color: #39661B;
}
.TagClassName
{
border-color: #39661B;
}
</style>