Shades of Dell #38651A
Tints of Dell #38651A
RGB
CMYK
RGB Variations
Color information
#38651A (or 0x38651A) is known color: Dell. HEX triplet: 38, 65 and 1A. RGB value is (56,101,26). Sum of RGB (Red+Green+Blue) = 56+101+26=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #38651A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38651A is #C79AE5. Grayscale: #4F4F4F. Windows color (decimal): -13081318 or 1729848. OLE color: 1729848.
HSL color Cylindrical-coordinate representation of color #38651A: hue angle of 96º degrees, saturation: 0.59, 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 #38651A is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 101 | 26 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.60 |
| HSL | 96º | 0.59% | 0.25% | - |
| HSV(B) | 96º | 0.74% | 0.4% | - |
| XYZ | 6.47 | 10.22 | 2.61 | - |
| YUV | 79 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 26 | 0.45 | 0 | 0.74 | 0.60 | 96 | 0.59 | 0.25 |
| Hex | 38 | 65 | 1A | 2D | 0 | 4A | 3C | 60 | 3B | 19 |
| Octal | 70 | 145 | 32 | 55 | 0 | 112 | 74 | 140 | 73 | 31 |
| Binary | 111000 | 1100101 | 11010 | 101101 | 0 | 1001010 | 111100 | 1100000 | 111011 | 11001 |
Color Harmonies of #38651A
Complementary color
Monochromatic Colors of #38651A
Black with #38651A
Text Example
Text Example
White with #38651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38651A; }
p { color: rgb(56,101,26); }
H1.HeaderClassName
{
color: #38651A;
}
.AnyTagClassName
{
color: #38651A;
}
</style>
background-color css
<style>
a { background-color: #38651A; }
a { background-color: rgb(56,101,26); }
div.DivClassName
{
background-color: #38651A;
}
.BgClassName
{
background-color: #38651A;
}
</style>
border-color css
<style>
span { border-color: #38651A; }
span { border-color: rgb(56,101,26); }
td.TdClassName
{
border-color: #38651A;
}
.TagClassName
{
border-color: #38651A;
}
</style>