Shades of Dell #3A5C1E
Tints of Dell #3A5C1E
RGB
CMYK
RGB Variations
Color information
#3A5C1E (or 0x3A5C1E) is known color: Dell. HEX triplet: 3A, 5C and 1E. RGB value is (58,92,30). Sum of RGB (Red+Green+Blue) = 58+92+30=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5C1E is #C5A3E1. Grayscale: #4A4A4A. Windows color (decimal): -12952546 or 1989690. OLE color: 1989690.
HSL color Cylindrical-coordinate representation of color #3A5C1E: hue angle of 92.9º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5C1E is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 92 | 30 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.64 |
| HSL | 92.9º | 0.51% | 0.24% | - |
| HSV(B) | 92.9º | 0.67% | 0.36% | - |
| XYZ | 5.81 | 8.65 | 2.59 | - |
| YUV | 74.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 92 | 30 | 0.37 | 0 | 0.67 | 0.64 | 92.9 | 0.51 | 0.24 |
| Hex | 3A | 5C | 1E | 25 | 0 | 43 | 40 | 5D | 33 | 18 |
| Octal | 72 | 134 | 36 | 45 | 0 | 103 | 100 | 135 | 63 | 30 |
| Binary | 111010 | 1011100 | 11110 | 100101 | 0 | 1000011 | 1000000 | 1011101 | 110011 | 11000 |
Color Harmonies of #3A5C1E
Complementary color
Monochromatic Colors of #3A5C1E
Black with #3A5C1E
Text Example
Text Example
White with #3A5C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5C1E; }
p { color: rgb(58,92,30); }
H1.HeaderClassName
{
color: #3A5C1E;
}
.AnyTagClassName
{
color: #3A5C1E;
}
</style>
background-color css
<style>
a { background-color: #3A5C1E; }
a { background-color: rgb(58,92,30); }
div.DivClassName
{
background-color: #3A5C1E;
}
.BgClassName
{
background-color: #3A5C1E;
}
</style>
border-color css
<style>
span { border-color: #3A5C1E; }
span { border-color: rgb(58,92,30); }
td.TdClassName
{
border-color: #3A5C1E;
}
.TagClassName
{
border-color: #3A5C1E;
}
</style>