Shades of Dell #38611E
Tints of Dell #38611E
RGB
CMYK
RGB Variations
Color information
#38611E (or 0x38611E) is known color: Dell. HEX triplet: 38, 61 and 1E. RGB value is (56,97,30). Sum of RGB (Red+Green+Blue) = 56+97+30=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #38611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38611E is #C79EE1. Grayscale: #4D4D4D. Windows color (decimal): -13082338 or 1990968. OLE color: 1990968.
HSL color Cylindrical-coordinate representation of color #38611E: hue angle of 96.72º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38611E is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 97 | 30 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.62 |
| HSL | 96.72º | 0.53% | 0.25% | - |
| HSV(B) | 96.72º | 0.69% | 0.38% | - |
| XYZ | 6.14 | 9.48 | 2.74 | - |
| YUV | 77.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 30 | 0.42 | 0 | 0.69 | 0.62 | 96.72 | 0.53 | 0.25 |
| Hex | 38 | 61 | 1E | 2A | 0 | 45 | 3E | 61 | 35 | 19 |
| Octal | 70 | 141 | 36 | 52 | 0 | 105 | 76 | 141 | 65 | 31 |
| Binary | 111000 | 1100001 | 11110 | 101010 | 0 | 1000101 | 111110 | 1100001 | 110101 | 11001 |
Color Harmonies of #38611E
Complementary color
Monochromatic Colors of #38611E
Black with #38611E
Text Example
Text Example
White with #38611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38611E; }
p { color: rgb(56,97,30); }
H1.HeaderClassName
{
color: #38611E;
}
.AnyTagClassName
{
color: #38611E;
}
</style>
background-color css
<style>
a { background-color: #38611E; }
a { background-color: rgb(56,97,30); }
div.DivClassName
{
background-color: #38611E;
}
.BgClassName
{
background-color: #38611E;
}
</style>
border-color css
<style>
span { border-color: #38611E; }
span { border-color: rgb(56,97,30); }
td.TdClassName
{
border-color: #38611E;
}
.TagClassName
{
border-color: #38611E;
}
</style>