Shades of Dell #3E6521
Tints of Dell #3E6521
RGB
CMYK
RGB Variations
Color information
#3E6521 (or 0x3E6521) is known color: Dell. HEX triplet: 3E, 65 and 21. RGB value is (62,101,33). Sum of RGB (Red+Green+Blue) = 62+101+33=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #3E6521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6521 is #C19ADE. Grayscale: #515151. Windows color (decimal): -12688095 or 2188606. OLE color: 2188606.
HSL color Cylindrical-coordinate representation of color #3E6521: hue angle of 94.41º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E6521 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 101 | 33 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.60 |
| HSL | 94.41º | 0.51% | 0.26% | - |
| HSV(B) | 94.41º | 0.67% | 0.4% | - |
| XYZ | 6.91 | 10.44 | 3.09 | - |
| YUV | 81.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 33 | 0.39 | 0 | 0.67 | 0.60 | 94.41 | 0.51 | 0.26 |
| Hex | 3E | 65 | 21 | 27 | 0 | 43 | 3C | 5E | 33 | 1A |
| Octal | 76 | 145 | 41 | 47 | 0 | 103 | 74 | 136 | 63 | 32 |
| Binary | 111110 | 1100101 | 100001 | 100111 | 0 | 1000011 | 111100 | 1011110 | 110011 | 11010 |
Color Harmonies of #3E6521
Complementary color
Monochromatic Colors of #3E6521
Black with #3E6521
Text Example
Text Example
White with #3E6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6521; }
p { color: rgb(62,101,33); }
H1.HeaderClassName
{
color: #3E6521;
}
.AnyTagClassName
{
color: #3E6521;
}
</style>
background-color css
<style>
a { background-color: #3E6521; }
a { background-color: rgb(62,101,33); }
div.DivClassName
{
background-color: #3E6521;
}
.BgClassName
{
background-color: #3E6521;
}
</style>
border-color css
<style>
span { border-color: #3E6521; }
span { border-color: rgb(62,101,33); }
td.TdClassName
{
border-color: #3E6521;
}
.TagClassName
{
border-color: #3E6521;
}
</style>