Shades of Dell #3E6325
Tints of Dell #3E6325
RGB
CMYK
RGB Variations
Color information
#3E6325 (or 0x3E6325) is known color: Dell. HEX triplet: 3E, 63 and 25. RGB value is (62,99,37). Sum of RGB (Red+Green+Blue) = 62+99+37=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #3E6325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6325 is #C19CDA. Grayscale: #515151. Windows color (decimal): -12688603 or 2450238. OLE color: 2450238.
HSL color Cylindrical-coordinate representation of color #3E6325: hue angle of 95.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E6325 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 99 | 37 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.61 |
| HSL | 95.81º | 0.46% | 0.27% | - |
| HSV(B) | 95.81º | 0.63% | 0.39% | - |
| XYZ | 6.78 | 10.08 | 3.34 | - |
| YUV | 80.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 37 | 0.37 | 0 | 0.63 | 0.61 | 95.81 | 0.46 | 0.27 |
| Hex | 3E | 63 | 25 | 25 | 0 | 3F | 3D | 60 | 2E | 1B |
| Octal | 76 | 143 | 45 | 45 | 0 | 77 | 75 | 140 | 56 | 33 |
| Binary | 111110 | 1100011 | 100101 | 100101 | 0 | 111111 | 111101 | 1100000 | 101110 | 11011 |
Color Harmonies of #3E6325
Complementary color
Monochromatic Colors of #3E6325
Black with #3E6325
Text Example
Text Example
White with #3E6325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6325; }
p { color: rgb(62,99,37); }
H1.HeaderClassName
{
color: #3E6325;
}
.AnyTagClassName
{
color: #3E6325;
}
</style>
background-color css
<style>
a { background-color: #3E6325; }
a { background-color: rgb(62,99,37); }
div.DivClassName
{
background-color: #3E6325;
}
.BgClassName
{
background-color: #3E6325;
}
</style>
border-color css
<style>
span { border-color: #3E6325; }
span { border-color: rgb(62,99,37); }
td.TdClassName
{
border-color: #3E6325;
}
.TagClassName
{
border-color: #3E6325;
}
</style>