Shades of Dell #37650E
Tints of Dell #37650E
RGB
CMYK
RGB Variations
Color information
#37650E (or 0x37650E) is known color: Dell. HEX triplet: 37, 65 and 0E. RGB value is (55,101,14). Sum of RGB (Red+Green+Blue) = 55+101+14=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #37650E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37650E is #C89AF1. Grayscale: #4D4D4D. Windows color (decimal): -13146866 or 943415. OLE color: 943415.
HSL color Cylindrical-coordinate representation of color #37650E: hue angle of 91.72º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37650E is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 14 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.60 |
| HSL | 91.72º | 0.76% | 0.23% | - |
| HSV(B) | 91.72º | 0.86% | 0.4% | - |
| XYZ | 6.31 | 10.15 | 2.04 | - |
| YUV | 77.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 14 | 0.46 | 0 | 0.86 | 0.60 | 91.72 | 0.76 | 0.23 |
| Hex | 37 | 65 | E | 2E | 0 | 56 | 3C | 5C | 4C | 17 |
| Octal | 67 | 145 | 16 | 56 | 0 | 126 | 74 | 134 | 114 | 27 |
| Binary | 110111 | 1100101 | 1110 | 101110 | 0 | 1010110 | 111100 | 1011100 | 1001100 | 10111 |
Color Harmonies of #37650E
Complementary color
Monochromatic Colors of #37650E
Black with #37650E
Text Example
Text Example
White with #37650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37650E; }
p { color: rgb(55,101,14); }
H1.HeaderClassName
{
color: #37650E;
}
.AnyTagClassName
{
color: #37650E;
}
</style>
background-color css
<style>
a { background-color: #37650E; }
a { background-color: rgb(55,101,14); }
div.DivClassName
{
background-color: #37650E;
}
.BgClassName
{
background-color: #37650E;
}
</style>
border-color css
<style>
span { border-color: #37650E; }
span { border-color: rgb(55,101,14); }
td.TdClassName
{
border-color: #37650E;
}
.TagClassName
{
border-color: #37650E;
}
</style>