Shades of Dell #38680D
Tints of Dell #38680D
RGB
CMYK
RGB Variations
Color information
#38680D (or 0x38680D) is known color: Dell. HEX triplet: 38, 68 and 0D. RGB value is (56,104,13). Sum of RGB (Red+Green+Blue) = 56+104+13=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #38680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38680D is #C797F2. Grayscale: #4F4F4F. Windows color (decimal): -13080563 or 878648. OLE color: 878648.
HSL color Cylindrical-coordinate representation of color #38680D: hue angle of 91.65º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38680D is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 13 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.59 |
| HSL | 91.65º | 0.78% | 0.23% | - |
| HSV(B) | 91.65º | 0.88% | 0.41% | - |
| XYZ | 6.65 | 10.77 | 2.11 | - |
| YUV | 79.27 | 90.6 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 13 | 0.46 | 0 | 0.88 | 0.59 | 91.65 | 0.78 | 0.23 |
| Hex | 38 | 68 | D | 2E | 0 | 58 | 3B | 5C | 4E | 17 |
| Octal | 70 | 150 | 15 | 56 | 0 | 130 | 73 | 134 | 116 | 27 |
| Binary | 111000 | 1101000 | 1101 | 101110 | 0 | 1011000 | 111011 | 1011100 | 1001110 | 10111 |
Color Harmonies of #38680D
Complementary color
Monochromatic Colors of #38680D
Black with #38680D
Text Example
Text Example
White with #38680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38680D; }
p { color: rgb(56,104,13); }
H1.HeaderClassName
{
color: #38680D;
}
.AnyTagClassName
{
color: #38680D;
}
</style>
background-color css
<style>
a { background-color: #38680D; }
a { background-color: rgb(56,104,13); }
div.DivClassName
{
background-color: #38680D;
}
.BgClassName
{
background-color: #38680D;
}
</style>
border-color css
<style>
span { border-color: #38680D; }
span { border-color: rgb(56,104,13); }
td.TdClassName
{
border-color: #38680D;
}
.TagClassName
{
border-color: #38680D;
}
</style>