Shades of Dell #32630D
Tints of Dell #32630D
RGB
CMYK
RGB Variations
Color information
#32630D (or 0x32630D) is known color: Dell. HEX triplet: 32, 63 and 0D. RGB value is (50,99,13). Sum of RGB (Red+Green+Blue) = 50+99+13=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #32630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32630D is #CD9CF2. Grayscale: #4A4A4A. Windows color (decimal): -13475059 or 877362. OLE color: 877362.
HSL color Cylindrical-coordinate representation of color #32630D: hue angle of 94.19º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32630D is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 13 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.61 |
| HSL | 94.19º | 0.77% | 0.22% | - |
| HSV(B) | 94.19º | 0.87% | 0.39% | - |
| XYZ | 5.85 | 9.63 | 1.93 | - |
| YUV | 74.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 13 | 0.49 | 0 | 0.87 | 0.61 | 94.19 | 0.77 | 0.22 |
| Hex | 32 | 63 | D | 31 | 0 | 57 | 3D | 5E | 4D | 16 |
| Octal | 62 | 143 | 15 | 61 | 0 | 127 | 75 | 136 | 115 | 26 |
| Binary | 110010 | 1100011 | 1101 | 110001 | 0 | 1010111 | 111101 | 1011110 | 1001101 | 10110 |
Color Harmonies of #32630D
Complementary color
Monochromatic Colors of #32630D
Black with #32630D
Text Example
Text Example
White with #32630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32630D; }
p { color: rgb(50,99,13); }
H1.HeaderClassName
{
color: #32630D;
}
.AnyTagClassName
{
color: #32630D;
}
</style>
background-color css
<style>
a { background-color: #32630D; }
a { background-color: rgb(50,99,13); }
div.DivClassName
{
background-color: #32630D;
}
.BgClassName
{
background-color: #32630D;
}
</style>
border-color css
<style>
span { border-color: #32630D; }
span { border-color: rgb(50,99,13); }
td.TdClassName
{
border-color: #32630D;
}
.TagClassName
{
border-color: #32630D;
}
</style>