Shades of Dell #3A631B
Tints of Dell #3A631B
RGB
CMYK
RGB Variations
Color information
#3A631B (or 0x3A631B) is known color: Dell. HEX triplet: 3A, 63 and 1B. RGB value is (58,99,27). Sum of RGB (Red+Green+Blue) = 58+99+27=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #3A631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A631B is #C59CE4. Grayscale: #4E4E4E. Windows color (decimal): -12950757 or 1794874. OLE color: 1794874.
HSL color Cylindrical-coordinate representation of color #3A631B: hue angle of 94.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A631B is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 27 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.61 |
| HSL | 94.17º | 0.57% | 0.25% | - |
| HSV(B) | 94.17º | 0.73% | 0.39% | - |
| XYZ | 6.4 | 9.9 | 2.61 | - |
| YUV | 78.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 27 | 0.41 | 0 | 0.73 | 0.61 | 94.17 | 0.57 | 0.25 |
| Hex | 3A | 63 | 1B | 29 | 0 | 49 | 3D | 5E | 39 | 19 |
| Octal | 72 | 143 | 33 | 51 | 0 | 111 | 75 | 136 | 71 | 31 |
| Binary | 111010 | 1100011 | 11011 | 101001 | 0 | 1001001 | 111101 | 1011110 | 111001 | 11001 |
Color Harmonies of #3A631B
Complementary color
Monochromatic Colors of #3A631B
Black with #3A631B
Text Example
Text Example
White with #3A631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A631B; }
p { color: rgb(58,99,27); }
H1.HeaderClassName
{
color: #3A631B;
}
.AnyTagClassName
{
color: #3A631B;
}
</style>
background-color css
<style>
a { background-color: #3A631B; }
a { background-color: rgb(58,99,27); }
div.DivClassName
{
background-color: #3A631B;
}
.BgClassName
{
background-color: #3A631B;
}
</style>
border-color css
<style>
span { border-color: #3A631B; }
span { border-color: rgb(58,99,27); }
td.TdClassName
{
border-color: #3A631B;
}
.TagClassName
{
border-color: #3A631B;
}
</style>