Shades of Dell #3E6625
Tints of Dell #3E6625
RGB
CMYK
RGB Variations
Color information
#3E6625 (or 0x3E6625) is known color: Dell. HEX triplet: 3E, 66 and 25. RGB value is (62,102,37). Sum of RGB (Red+Green+Blue) = 62+102+37=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #3E6625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6625 is #C199DA. Grayscale: #525252. Windows color (decimal): -12687835 or 2451006. OLE color: 2451006.
HSL color Cylindrical-coordinate representation of color #3E6625: hue angle of 96.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E6625 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 102 | 37 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.6 |
| HSL | 96.92º | 0.47% | 0.27% | - |
| HSV(B) | 96.92º | 0.64% | 0.4% | - |
| XYZ | 7.07 | 10.66 | 3.44 | - |
| YUV | 82.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 37 | 0.39 | 0 | 0.64 | 0.6 | 96.92 | 0.47 | 0.27 |
| Hex | 3E | 66 | 25 | 27 | 0 | 40 | 3C | 61 | 2F | 1B |
| Octal | 76 | 146 | 45 | 47 | 0 | 100 | 74 | 141 | 57 | 33 |
| Binary | 111110 | 1100110 | 100101 | 100111 | 0 | 1000000 | 111100 | 1100001 | 101111 | 11011 |
Color Harmonies of #3E6625
Complementary color
Monochromatic Colors of #3E6625
Black with #3E6625
Text Example
Text Example
White with #3E6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6625; }
p { color: rgb(62,102,37); }
H1.HeaderClassName
{
color: #3E6625;
}
.AnyTagClassName
{
color: #3E6625;
}
</style>
background-color css
<style>
a { background-color: #3E6625; }
a { background-color: rgb(62,102,37); }
div.DivClassName
{
background-color: #3E6625;
}
.BgClassName
{
background-color: #3E6625;
}
</style>
border-color css
<style>
span { border-color: #3E6625; }
span { border-color: rgb(62,102,37); }
td.TdClassName
{
border-color: #3E6625;
}
.TagClassName
{
border-color: #3E6625;
}
</style>