Shades of Dell #3A631C
Tints of Dell #3A631C
RGB
CMYK
RGB Variations
Color information
#3A631C (or 0x3A631C) is known color: Dell. HEX triplet: 3A, 63 and 1C. RGB value is (58,99,28). Sum of RGB (Red+Green+Blue) = 58+99+28=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #3A631C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A631C is #C59CE3. Grayscale: #4E4E4E. Windows color (decimal): -12950756 or 1860410. OLE color: 1860410.
HSL color Cylindrical-coordinate representation of color #3A631C: hue angle of 94.65º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A631C is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 28 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.61 |
| HSL | 94.65º | 0.56% | 0.25% | - |
| HSV(B) | 94.65º | 0.72% | 0.39% | - |
| XYZ | 6.42 | 9.91 | 2.67 | - |
| YUV | 78.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 28 | 0.41 | 0 | 0.72 | 0.61 | 94.65 | 0.56 | 0.25 |
| Hex | 3A | 63 | 1C | 29 | 0 | 48 | 3D | 5F | 38 | 19 |
| Octal | 72 | 143 | 34 | 51 | 0 | 110 | 75 | 137 | 70 | 31 |
| Binary | 111010 | 1100011 | 11100 | 101001 | 0 | 1001000 | 111101 | 1011111 | 111000 | 11001 |
Color Harmonies of #3A631C
Complementary color
Monochromatic Colors of #3A631C
Black with #3A631C
Text Example
Text Example
White with #3A631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A631C; }
p { color: rgb(58,99,28); }
H1.HeaderClassName
{
color: #3A631C;
}
.AnyTagClassName
{
color: #3A631C;
}
</style>
background-color css
<style>
a { background-color: #3A631C; }
a { background-color: rgb(58,99,28); }
div.DivClassName
{
background-color: #3A631C;
}
.BgClassName
{
background-color: #3A631C;
}
</style>
border-color css
<style>
span { border-color: #3A631C; }
span { border-color: rgb(58,99,28); }
td.TdClassName
{
border-color: #3A631C;
}
.TagClassName
{
border-color: #3A631C;
}
</style>