Shades of Dell #3A611E
Tints of Dell #3A611E
RGB
CMYK
RGB Variations
Color information
#3A611E (or 0x3A611E) is known color: Dell. HEX triplet: 3A, 61 and 1E. RGB value is (58,97,30). Sum of RGB (Red+Green+Blue) = 58+97+30=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #3A611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A611E is #C59EE1. Grayscale: #4D4D4D. Windows color (decimal): -12951266 or 1990970. OLE color: 1990970.
HSL color Cylindrical-coordinate representation of color #3A611E: hue angle of 94.93º 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 #3A611E is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 30 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.62 |
| HSL | 94.93º | 0.53% | 0.25% | - |
| HSV(B) | 94.93º | 0.69% | 0.38% | - |
| XYZ | 6.25 | 9.54 | 2.74 | - |
| YUV | 77.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 30 | 0.40 | 0 | 0.69 | 0.62 | 94.93 | 0.53 | 0.25 |
| Hex | 3A | 61 | 1E | 28 | 0 | 45 | 3E | 5F | 35 | 19 |
| Octal | 72 | 141 | 36 | 50 | 0 | 105 | 76 | 137 | 65 | 31 |
| Binary | 111010 | 1100001 | 11110 | 101000 | 0 | 1000101 | 111110 | 1011111 | 110101 | 11001 |
Color Harmonies of #3A611E
Complementary color
Monochromatic Colors of #3A611E
Black with #3A611E
Text Example
Text Example
White with #3A611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A611E; }
p { color: rgb(58,97,30); }
H1.HeaderClassName
{
color: #3A611E;
}
.AnyTagClassName
{
color: #3A611E;
}
</style>
background-color css
<style>
a { background-color: #3A611E; }
a { background-color: rgb(58,97,30); }
div.DivClassName
{
background-color: #3A611E;
}
.BgClassName
{
background-color: #3A611E;
}
</style>
border-color css
<style>
span { border-color: #3A611E; }
span { border-color: rgb(58,97,30); }
td.TdClassName
{
border-color: #3A611E;
}
.TagClassName
{
border-color: #3A611E;
}
</style>