Shades of Dell #3E6B25
Tints of Dell #3E6B25
RGB
CMYK
RGB Variations
Color information
#3E6B25 (or 0x3E6B25) is known color: Dell. HEX triplet: 3E, 6B and 25. RGB value is (62,107,37). Sum of RGB (Red+Green+Blue) = 62+107+37=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6B25 is #C194DA. Grayscale: #555555. Windows color (decimal): -12686555 or 2452286. OLE color: 2452286.
HSL color Cylindrical-coordinate representation of color #3E6B25: hue angle of 98.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E6B25 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 107 | 37 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.58 |
| HSL | 98.57º | 0.49% | 0.28% | - |
| HSV(B) | 98.57º | 0.65% | 0.42% | - |
| XYZ | 7.58 | 11.67 | 3.6 | - |
| YUV | 85.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 37 | 0.42 | 0 | 0.65 | 0.58 | 98.57 | 0.49 | 0.28 |
| Hex | 3E | 6B | 25 | 2A | 0 | 41 | 3A | 63 | 31 | 1C |
| Octal | 76 | 153 | 45 | 52 | 0 | 101 | 72 | 143 | 61 | 34 |
| Binary | 111110 | 1101011 | 100101 | 101010 | 0 | 1000001 | 111010 | 1100011 | 110001 | 11100 |
Color Harmonies of #3E6B25
Complementary color
Monochromatic Colors of #3E6B25
Black with #3E6B25
Text Example
Text Example
White with #3E6B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6B25; }
p { color: rgb(62,107,37); }
H1.HeaderClassName
{
color: #3E6B25;
}
.AnyTagClassName
{
color: #3E6B25;
}
</style>
background-color css
<style>
a { background-color: #3E6B25; }
a { background-color: rgb(62,107,37); }
div.DivClassName
{
background-color: #3E6B25;
}
.BgClassName
{
background-color: #3E6B25;
}
</style>
border-color css
<style>
span { border-color: #3E6B25; }
span { border-color: rgb(62,107,37); }
td.TdClassName
{
border-color: #3E6B25;
}
.TagClassName
{
border-color: #3E6B25;
}
</style>