Shades of Dell #37631D
Tints of Dell #37631D
RGB
CMYK
RGB Variations
Color information
#37631D (or 0x37631D) is known color: Dell. HEX triplet: 37, 63 and 1D. RGB value is (55,99,29). Sum of RGB (Red+Green+Blue) = 55+99+29=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #37631D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37631D is #C89CE2. Grayscale: #4E4E4E. Windows color (decimal): -13147363 or 1925943. OLE color: 1925943.
HSL color Cylindrical-coordinate representation of color #37631D: hue angle of 97.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37631D is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 99 | 29 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.61 |
| HSL | 97.71º | 0.55% | 0.25% | - |
| HSV(B) | 97.71º | 0.71% | 0.39% | - |
| XYZ | 6.26 | 9.82 | 2.73 | - |
| YUV | 77.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 99 | 29 | 0.44 | 0 | 0.71 | 0.61 | 97.71 | 0.55 | 0.25 |
| Hex | 37 | 63 | 1D | 2C | 0 | 47 | 3D | 62 | 37 | 19 |
| Octal | 67 | 143 | 35 | 54 | 0 | 107 | 75 | 142 | 67 | 31 |
| Binary | 110111 | 1100011 | 11101 | 101100 | 0 | 1000111 | 111101 | 1100010 | 110111 | 11001 |
Color Harmonies of #37631D
Complementary color
Monochromatic Colors of #37631D
Black with #37631D
Text Example
Text Example
White with #37631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37631D; }
p { color: rgb(55,99,29); }
H1.HeaderClassName
{
color: #37631D;
}
.AnyTagClassName
{
color: #37631D;
}
</style>
background-color css
<style>
a { background-color: #37631D; }
a { background-color: rgb(55,99,29); }
div.DivClassName
{
background-color: #37631D;
}
.BgClassName
{
background-color: #37631D;
}
</style>
border-color css
<style>
span { border-color: #37631D; }
span { border-color: rgb(55,99,29); }
td.TdClassName
{
border-color: #37631D;
}
.TagClassName
{
border-color: #37631D;
}
</style>