Shades of Dell #3A621B
Tints of Dell #3A621B
RGB
CMYK
RGB Variations
Color information
#3A621B (or 0x3A621B) is known color: Dell. HEX triplet: 3A, 62 and 1B. RGB value is (58,98,27). Sum of RGB (Red+Green+Blue) = 58+98+27=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #3A621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A621B is #C59DE4. Grayscale: #4E4E4E. Windows color (decimal): -12951013 or 1794618. OLE color: 1794618.
HSL color Cylindrical-coordinate representation of color #3A621B: hue angle of 93.8º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A621B is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 27 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.62 |
| HSL | 93.8º | 0.57% | 0.25% | - |
| HSV(B) | 93.8º | 0.72% | 0.38% | - |
| XYZ | 6.31 | 9.71 | 2.58 | - |
| YUV | 77.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 27 | 0.41 | 0 | 0.72 | 0.62 | 93.8 | 0.57 | 0.25 |
| Hex | 3A | 62 | 1B | 29 | 0 | 48 | 3E | 5E | 39 | 19 |
| Octal | 72 | 142 | 33 | 51 | 0 | 110 | 76 | 136 | 71 | 31 |
| Binary | 111010 | 1100010 | 11011 | 101001 | 0 | 1001000 | 111110 | 1011110 | 111001 | 11001 |
Color Harmonies of #3A621B
Complementary color
Monochromatic Colors of #3A621B
Black with #3A621B
Text Example
Text Example
White with #3A621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A621B; }
p { color: rgb(58,98,27); }
H1.HeaderClassName
{
color: #3A621B;
}
.AnyTagClassName
{
color: #3A621B;
}
</style>
background-color css
<style>
a { background-color: #3A621B; }
a { background-color: rgb(58,98,27); }
div.DivClassName
{
background-color: #3A621B;
}
.BgClassName
{
background-color: #3A621B;
}
</style>
border-color css
<style>
span { border-color: #3A621B; }
span { border-color: rgb(58,98,27); }
td.TdClassName
{
border-color: #3A621B;
}
.TagClassName
{
border-color: #3A621B;
}
</style>