Shades of Dell #3E5A28
Tints of Dell #3E5A28
RGB
CMYK
RGB Variations
Color information
#3E5A28 (or 0x3E5A28) is known color: Dell. HEX triplet: 3E, 5A and 28. RGB value is (62,90,40). Sum of RGB (Red+Green+Blue) = 62+90+40=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5A28 is #C1A5D7. Grayscale: #4C4C4C. Windows color (decimal): -12690904 or 2644542. OLE color: 2644542.
HSL color Cylindrical-coordinate representation of color #3E5A28: hue angle of 93.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E5A28 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 90 | 40 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.65 |
| HSL | 93.6º | 0.38% | 0.25% | - |
| HSV(B) | 93.6º | 0.56% | 0.35% | - |
| XYZ | 6.03 | 8.49 | 3.33 | - |
| YUV | 75.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 40 | 0.31 | 0 | 0.56 | 0.65 | 93.6 | 0.38 | 0.25 |
| Hex | 3E | 5A | 28 | 1F | 0 | 38 | 41 | 5E | 26 | 19 |
| Octal | 76 | 132 | 50 | 37 | 0 | 70 | 101 | 136 | 46 | 31 |
| Binary | 111110 | 1011010 | 101000 | 11111 | 0 | 111000 | 1000001 | 1011110 | 100110 | 11001 |
Color Harmonies of #3E5A28
Complementary color
Monochromatic Colors of #3E5A28
Black with #3E5A28
Text Example
Text Example
White with #3E5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A28; }
p { color: rgb(62,90,40); }
H1.HeaderClassName
{
color: #3E5A28;
}
.AnyTagClassName
{
color: #3E5A28;
}
</style>
background-color css
<style>
a { background-color: #3E5A28; }
a { background-color: rgb(62,90,40); }
div.DivClassName
{
background-color: #3E5A28;
}
.BgClassName
{
background-color: #3E5A28;
}
</style>
border-color css
<style>
span { border-color: #3E5A28; }
span { border-color: rgb(62,90,40); }
td.TdClassName
{
border-color: #3E5A28;
}
.TagClassName
{
border-color: #3E5A28;
}
</style>