Shades of Dell #38660F
Tints of Dell #38660F
RGB
CMYK
RGB Variations
Color information
#38660F (or 0x38660F) is known color: Dell. HEX triplet: 38, 66 and 0F. RGB value is (56,102,15). Sum of RGB (Red+Green+Blue) = 56+102+15=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #38660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38660F is #C799F0. Grayscale: #4E4E4E. Windows color (decimal): -13081073 or 1009208. OLE color: 1009208.
HSL color Cylindrical-coordinate representation of color #38660F: hue angle of 91.72º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38660F is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 56 | 102 | 15 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.6 |
| HSL | 91.72º | 0.74% | 0.23% | - |
| HSV(B) | 91.72º | 0.85% | 0.4% | - |
| XYZ | 6.47 | 10.38 | 2.11 | - |
| YUV | 78.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 15 | 0.45 | 0 | 0.85 | 0.6 | 91.72 | 0.74 | 0.23 |
| Hex | 38 | 66 | F | 2D | 0 | 55 | 3C | 5C | 4A | 17 |
| Octal | 70 | 146 | 17 | 55 | 0 | 125 | 74 | 134 | 112 | 27 |
| Binary | 111000 | 1100110 | 1111 | 101101 | 0 | 1010101 | 111100 | 1011100 | 1001010 | 10111 |
Color Harmonies of #38660F
Complementary color
Monochromatic Colors of #38660F
Black with #38660F
Text Example
Text Example
White with #38660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38660F; }
p { color: rgb(56,102,15); }
H1.HeaderClassName
{
color: #38660F;
}
.AnyTagClassName
{
color: #38660F;
}
</style>
background-color css
<style>
a { background-color: #38660F; }
a { background-color: rgb(56,102,15); }
div.DivClassName
{
background-color: #38660F;
}
.BgClassName
{
background-color: #38660F;
}
</style>
border-color css
<style>
span { border-color: #38660F; }
span { border-color: rgb(56,102,15); }
td.TdClassName
{
border-color: #38660F;
}
.TagClassName
{
border-color: #38660F;
}
</style>