Shades of Dell #31620F
Tints of Dell #31620F
RGB
CMYK
RGB Variations
Color information
#31620F (or 0x31620F) is known color: Dell. HEX triplet: 31, 62 and 0F. RGB value is (49,98,15). Sum of RGB (Red+Green+Blue) = 49+98+15=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #31620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31620F is #CE9DF0. Grayscale: #4A4A4A. Windows color (decimal): -13540849 or 1008177. OLE color: 1008177.
HSL color Cylindrical-coordinate representation of color #31620F: hue angle of 95.42º 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 #31620F is Cyan = 0.5, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 15 | - |
| CMYK | 0.5 | 0 | 0.85 | 0.62 |
| HSL | 95.42º | 0.73% | 0.22% | - |
| HSV(B) | 95.42º | 0.85% | 0.38% | - |
| XYZ | 5.72 | 9.42 | 1.97 | - |
| YUV | 73.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 15 | 0.5 | 0 | 0.85 | 0.62 | 95.42 | 0.73 | 0.22 |
| Hex | 31 | 62 | F | 32 | 0 | 55 | 3E | 5F | 49 | 16 |
| Octal | 61 | 142 | 17 | 62 | 0 | 125 | 76 | 137 | 111 | 26 |
| Binary | 110001 | 1100010 | 1111 | 110010 | 0 | 1010101 | 111110 | 1011111 | 1001001 | 10110 |
Color Harmonies of #31620F
Complementary color
Monochromatic Colors of #31620F
Black with #31620F
Text Example
Text Example
White with #31620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31620F; }
p { color: rgb(49,98,15); }
H1.HeaderClassName
{
color: #31620F;
}
.AnyTagClassName
{
color: #31620F;
}
</style>
background-color css
<style>
a { background-color: #31620F; }
a { background-color: rgb(49,98,15); }
div.DivClassName
{
background-color: #31620F;
}
.BgClassName
{
background-color: #31620F;
}
</style>
border-color css
<style>
span { border-color: #31620F; }
span { border-color: rgb(49,98,15); }
td.TdClassName
{
border-color: #31620F;
}
.TagClassName
{
border-color: #31620F;
}
</style>