Shades of Dell #375F16
Tints of Dell #375F16
RGB
CMYK
RGB Variations
Color information
#375F16 (or 0x375F16) is known color: Dell. HEX triplet: 37, 5F and 16. RGB value is (55,95,22). Sum of RGB (Red+Green+Blue) = 55+95+22=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #375F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375F16 is #C8A0E9. Grayscale: #4A4A4A. Windows color (decimal): -13148394 or 1466167. OLE color: 1466167.
HSL color Cylindrical-coordinate representation of color #375F16: hue angle of 92.88º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375F16 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 22 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.63 |
| HSL | 92.88º | 0.62% | 0.23% | - |
| HSV(B) | 92.88º | 0.77% | 0.37% | - |
| XYZ | 5.81 | 9.05 | 2.2 | - |
| YUV | 74.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 22 | 0.42 | 0 | 0.77 | 0.63 | 92.88 | 0.62 | 0.23 |
| Hex | 37 | 5F | 16 | 2A | 0 | 4D | 3F | 5D | 3E | 17 |
| Octal | 67 | 137 | 26 | 52 | 0 | 115 | 77 | 135 | 76 | 27 |
| Binary | 110111 | 1011111 | 10110 | 101010 | 0 | 1001101 | 111111 | 1011101 | 111110 | 10111 |
Color Harmonies of #375F16
Complementary color
Monochromatic Colors of #375F16
Black with #375F16
Text Example
Text Example
White with #375F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F16; }
p { color: rgb(55,95,22); }
H1.HeaderClassName
{
color: #375F16;
}
.AnyTagClassName
{
color: #375F16;
}
</style>
background-color css
<style>
a { background-color: #375F16; }
a { background-color: rgb(55,95,22); }
div.DivClassName
{
background-color: #375F16;
}
.BgClassName
{
background-color: #375F16;
}
</style>
border-color css
<style>
span { border-color: #375F16; }
span { border-color: rgb(55,95,22); }
td.TdClassName
{
border-color: #375F16;
}
.TagClassName
{
border-color: #375F16;
}
</style>