Shades of Dell #38651D
Tints of Dell #38651D
RGB
CMYK
RGB Variations
Color information
#38651D (or 0x38651D) is known color: Dell. HEX triplet: 38, 65 and 1D. RGB value is (56,101,29). Sum of RGB (Red+Green+Blue) = 56+101+29=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #38651D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38651D is #C79AE2. Grayscale: #4F4F4F. Windows color (decimal): -13081315 or 1926456. OLE color: 1926456.
HSL color Cylindrical-coordinate representation of color #38651D: hue angle of 97.5º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38651D is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 101 | 29 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.60 |
| HSL | 97.5º | 0.55% | 0.25% | - |
| HSV(B) | 97.5º | 0.71% | 0.4% | - |
| XYZ | 6.51 | 10.24 | 2.8 | - |
| YUV | 79.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 29 | 0.45 | 0 | 0.71 | 0.60 | 97.5 | 0.55 | 0.25 |
| Hex | 38 | 65 | 1D | 2D | 0 | 47 | 3C | 62 | 37 | 19 |
| Octal | 70 | 145 | 35 | 55 | 0 | 107 | 74 | 142 | 67 | 31 |
| Binary | 111000 | 1100101 | 11101 | 101101 | 0 | 1000111 | 111100 | 1100010 | 110111 | 11001 |
Color Harmonies of #38651D
Complementary color
Monochromatic Colors of #38651D
Black with #38651D
Text Example
Text Example
White with #38651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38651D; }
p { color: rgb(56,101,29); }
H1.HeaderClassName
{
color: #38651D;
}
.AnyTagClassName
{
color: #38651D;
}
</style>
background-color css
<style>
a { background-color: #38651D; }
a { background-color: rgb(56,101,29); }
div.DivClassName
{
background-color: #38651D;
}
.BgClassName
{
background-color: #38651D;
}
</style>
border-color css
<style>
span { border-color: #38651D; }
span { border-color: rgb(56,101,29); }
td.TdClassName
{
border-color: #38651D;
}
.TagClassName
{
border-color: #38651D;
}
</style>