Shades of Dell #38621D
Tints of Dell #38621D
RGB
CMYK
RGB Variations
Color information
#38621D (or 0x38621D) is known color: Dell. HEX triplet: 38, 62 and 1D. RGB value is (56,98,29). Sum of RGB (Red+Green+Blue) = 56+98+29=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #38621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38621D is #C79DE2. Grayscale: #4D4D4D. Windows color (decimal): -13082083 or 1925688. OLE color: 1925688.
HSL color Cylindrical-coordinate representation of color #38621D: hue angle of 96.52º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38621D is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 29 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.62 |
| HSL | 96.52º | 0.54% | 0.25% | - |
| HSV(B) | 96.52º | 0.7% | 0.38% | - |
| XYZ | 6.22 | 9.66 | 2.7 | - |
| YUV | 77.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 29 | 0.43 | 0 | 0.70 | 0.62 | 96.52 | 0.54 | 0.25 |
| Hex | 38 | 62 | 1D | 2B | 0 | 46 | 3E | 61 | 36 | 19 |
| Octal | 70 | 142 | 35 | 53 | 0 | 106 | 76 | 141 | 66 | 31 |
| Binary | 111000 | 1100010 | 11101 | 101011 | 0 | 1000110 | 111110 | 1100001 | 110110 | 11001 |
Color Harmonies of #38621D
Complementary color
Monochromatic Colors of #38621D
Black with #38621D
Text Example
Text Example
White with #38621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38621D; }
p { color: rgb(56,98,29); }
H1.HeaderClassName
{
color: #38621D;
}
.AnyTagClassName
{
color: #38621D;
}
</style>
background-color css
<style>
a { background-color: #38621D; }
a { background-color: rgb(56,98,29); }
div.DivClassName
{
background-color: #38621D;
}
.BgClassName
{
background-color: #38621D;
}
</style>
border-color css
<style>
span { border-color: #38621D; }
span { border-color: rgb(56,98,29); }
td.TdClassName
{
border-color: #38621D;
}
.TagClassName
{
border-color: #38621D;
}
</style>