Shades of Dell #375C1F
Tints of Dell #375C1F
RGB
CMYK
RGB Variations
Color information
#375C1F (or 0x375C1F) is known color: Dell. HEX triplet: 37, 5C and 1F. RGB value is (55,92,31). Sum of RGB (Red+Green+Blue) = 55+92+31=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #375C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C1F is #C8A3E0. Grayscale: #4A4A4A. Windows color (decimal): -13149153 or 2055223. OLE color: 2055223.
HSL color Cylindrical-coordinate representation of color #375C1F: hue angle of 96.39º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #375C1F is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 31 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.64 |
| HSL | 96.39º | 0.5% | 0.24% | - |
| HSV(B) | 96.39º | 0.66% | 0.36% | - |
| XYZ | 5.65 | 8.57 | 2.65 | - |
| YUV | 73.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 31 | 0.40 | 0 | 0.66 | 0.64 | 96.39 | 0.5 | 0.24 |
| Hex | 37 | 5C | 1F | 28 | 0 | 42 | 40 | 60 | 32 | 18 |
| Octal | 67 | 134 | 37 | 50 | 0 | 102 | 100 | 140 | 62 | 30 |
| Binary | 110111 | 1011100 | 11111 | 101000 | 0 | 1000010 | 1000000 | 1100000 | 110010 | 11000 |
Color Harmonies of #375C1F
Complementary color
Monochromatic Colors of #375C1F
Black with #375C1F
Text Example
Text Example
White with #375C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C1F; }
p { color: rgb(55,92,31); }
H1.HeaderClassName
{
color: #375C1F;
}
.AnyTagClassName
{
color: #375C1F;
}
</style>
background-color css
<style>
a { background-color: #375C1F; }
a { background-color: rgb(55,92,31); }
div.DivClassName
{
background-color: #375C1F;
}
.BgClassName
{
background-color: #375C1F;
}
</style>
border-color css
<style>
span { border-color: #375C1F; }
span { border-color: rgb(55,92,31); }
td.TdClassName
{
border-color: #375C1F;
}
.TagClassName
{
border-color: #375C1F;
}
</style>