Shades of Dell #37661C
Tints of Dell #37661C
RGB
CMYK
RGB Variations
Color information
#37661C (or 0x37661C) is known color: Dell. HEX triplet: 37, 66 and 1C. RGB value is (55,102,28). Sum of RGB (Red+Green+Blue) = 55+102+28=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #37661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37661C is #C899E3. Grayscale: #4F4F4F. Windows color (decimal): -13146596 or 1861175. OLE color: 1861175.
HSL color Cylindrical-coordinate representation of color #37661C: hue angle of 98.11º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37661C is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 55 | 102 | 28 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.6 |
| HSL | 98.11º | 0.57% | 0.25% | - |
| HSV(B) | 98.11º | 0.73% | 0.4% | - |
| XYZ | 6.54 | 10.4 | 2.76 | - |
| YUV | 79.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 28 | 0.46 | 0 | 0.73 | 0.6 | 98.11 | 0.57 | 0.25 |
| Hex | 37 | 66 | 1C | 2E | 0 | 49 | 3C | 62 | 39 | 19 |
| Octal | 67 | 146 | 34 | 56 | 0 | 111 | 74 | 142 | 71 | 31 |
| Binary | 110111 | 1100110 | 11100 | 101110 | 0 | 1001001 | 111100 | 1100010 | 111001 | 11001 |
Color Harmonies of #37661C
Complementary color
Monochromatic Colors of #37661C
Black with #37661C
Text Example
Text Example
White with #37661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37661C; }
p { color: rgb(55,102,28); }
H1.HeaderClassName
{
color: #37661C;
}
.AnyTagClassName
{
color: #37661C;
}
</style>
background-color css
<style>
a { background-color: #37661C; }
a { background-color: rgb(55,102,28); }
div.DivClassName
{
background-color: #37661C;
}
.BgClassName
{
background-color: #37661C;
}
</style>
border-color css
<style>
span { border-color: #37661C; }
span { border-color: rgb(55,102,28); }
td.TdClassName
{
border-color: #37661C;
}
.TagClassName
{
border-color: #37661C;
}
</style>