Shades of Dell #3E651A
Tints of Dell #3E651A
RGB
CMYK
RGB Variations
Color information
#3E651A (or 0x3E651A) is known color: Dell. HEX triplet: 3E, 65 and 1A. RGB value is (62,101,26). Sum of RGB (Red+Green+Blue) = 62+101+26=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #3E651A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E651A is #C19AE5. Grayscale: #515151. Windows color (decimal): -12688102 or 1729854. OLE color: 1729854.
HSL color Cylindrical-coordinate representation of color #3E651A: hue angle of 91.2º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E651A is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 101 | 26 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.60 |
| HSL | 91.2º | 0.59% | 0.25% | - |
| HSV(B) | 91.2º | 0.74% | 0.4% | - |
| XYZ | 6.83 | 10.41 | 2.63 | - |
| YUV | 80.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 26 | 0.39 | 0 | 0.74 | 0.60 | 91.2 | 0.59 | 0.25 |
| Hex | 3E | 65 | 1A | 27 | 0 | 4A | 3C | 5B | 3B | 19 |
| Octal | 76 | 145 | 32 | 47 | 0 | 112 | 74 | 133 | 73 | 31 |
| Binary | 111110 | 1100101 | 11010 | 100111 | 0 | 1001010 | 111100 | 1011011 | 111011 | 11001 |
Color Harmonies of #3E651A
Complementary color
Monochromatic Colors of #3E651A
Black with #3E651A
Text Example
Text Example
White with #3E651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E651A; }
p { color: rgb(62,101,26); }
H1.HeaderClassName
{
color: #3E651A;
}
.AnyTagClassName
{
color: #3E651A;
}
</style>
background-color css
<style>
a { background-color: #3E651A; }
a { background-color: rgb(62,101,26); }
div.DivClassName
{
background-color: #3E651A;
}
.BgClassName
{
background-color: #3E651A;
}
</style>
border-color css
<style>
span { border-color: #3E651A; }
span { border-color: rgb(62,101,26); }
td.TdClassName
{
border-color: #3E651A;
}
.TagClassName
{
border-color: #3E651A;
}
</style>