Shades of Dell #375E1C
Tints of Dell #375E1C
RGB
CMYK
RGB Variations
Color information
#375E1C (or 0x375E1C) is known color: Dell. HEX triplet: 37, 5E and 1C. RGB value is (55,94,28). Sum of RGB (Red+Green+Blue) = 55+94+28=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #375E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375E1C is #C8A1E3. Grayscale: #4B4B4B. Windows color (decimal): -13148644 or 1859127. OLE color: 1859127.
HSL color Cylindrical-coordinate representation of color #375E1C: hue angle of 95.45º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #375E1C is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 94 | 28 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.63 |
| HSL | 95.45º | 0.54% | 0.24% | - |
| HSV(B) | 95.45º | 0.7% | 0.37% | - |
| XYZ | 5.79 | 8.9 | 2.51 | - |
| YUV | 74.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 28 | 0.41 | 0 | 0.70 | 0.63 | 95.45 | 0.54 | 0.24 |
| Hex | 37 | 5E | 1C | 29 | 0 | 46 | 3F | 5F | 36 | 18 |
| Octal | 67 | 136 | 34 | 51 | 0 | 106 | 77 | 137 | 66 | 30 |
| Binary | 110111 | 1011110 | 11100 | 101001 | 0 | 1000110 | 111111 | 1011111 | 110110 | 11000 |
Color Harmonies of #375E1C
Complementary color
Monochromatic Colors of #375E1C
Black with #375E1C
Text Example
Text Example
White with #375E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E1C; }
p { color: rgb(55,94,28); }
H1.HeaderClassName
{
color: #375E1C;
}
.AnyTagClassName
{
color: #375E1C;
}
</style>
background-color css
<style>
a { background-color: #375E1C; }
a { background-color: rgb(55,94,28); }
div.DivClassName
{
background-color: #375E1C;
}
.BgClassName
{
background-color: #375E1C;
}
</style>
border-color css
<style>
span { border-color: #375E1C; }
span { border-color: rgb(55,94,28); }
td.TdClassName
{
border-color: #375E1C;
}
.TagClassName
{
border-color: #375E1C;
}
</style>