Shades of Dell #32620F
Tints of Dell #32620F
RGB
CMYK
RGB Variations
Color information
#32620F (or 0x32620F) is known color: Dell. HEX triplet: 32, 62 and 0F. RGB value is (50,98,15). Sum of RGB (Red+Green+Blue) = 50+98+15=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #32620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32620F is #CD9DF0. Grayscale: #4A4A4A. Windows color (decimal): -13475313 or 1008178. OLE color: 1008178.
HSL color Cylindrical-coordinate representation of color #32620F: hue angle of 94.7º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32620F is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 15 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.62 |
| HSL | 94.7º | 0.73% | 0.22% | - |
| HSV(B) | 94.7º | 0.85% | 0.38% | - |
| XYZ | 5.77 | 9.45 | 1.97 | - |
| YUV | 74.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 15 | 0.49 | 0 | 0.85 | 0.62 | 94.7 | 0.73 | 0.22 |
| Hex | 32 | 62 | F | 31 | 0 | 55 | 3E | 5F | 49 | 16 |
| Octal | 62 | 142 | 17 | 61 | 0 | 125 | 76 | 137 | 111 | 26 |
| Binary | 110010 | 1100010 | 1111 | 110001 | 0 | 1010101 | 111110 | 1011111 | 1001001 | 10110 |
Color Harmonies of #32620F
Complementary color
Monochromatic Colors of #32620F
Black with #32620F
Text Example
Text Example
White with #32620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32620F; }
p { color: rgb(50,98,15); }
H1.HeaderClassName
{
color: #32620F;
}
.AnyTagClassName
{
color: #32620F;
}
</style>
background-color css
<style>
a { background-color: #32620F; }
a { background-color: rgb(50,98,15); }
div.DivClassName
{
background-color: #32620F;
}
.BgClassName
{
background-color: #32620F;
}
</style>
border-color css
<style>
span { border-color: #32620F; }
span { border-color: rgb(50,98,15); }
td.TdClassName
{
border-color: #32620F;
}
.TagClassName
{
border-color: #32620F;
}
</style>