Shades of Dell #37651C
Tints of Dell #37651C
RGB
CMYK
RGB Variations
Color information
#37651C (or 0x37651C) is known color: Dell. HEX triplet: 37, 65 and 1C. RGB value is (55,101,28). Sum of RGB (Red+Green+Blue) = 55+101+28=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #37651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37651C is #C89AE3. Grayscale: #4F4F4F. Windows color (decimal): -13146852 or 1860919. OLE color: 1860919.
HSL color Cylindrical-coordinate representation of color #37651C: hue angle of 97.81º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37651C is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 28 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.60 |
| HSL | 97.81º | 0.57% | 0.25% | - |
| HSV(B) | 97.81º | 0.72% | 0.4% | - |
| XYZ | 6.44 | 10.2 | 2.73 | - |
| YUV | 78.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 28 | 0.46 | 0 | 0.72 | 0.60 | 97.81 | 0.57 | 0.25 |
| Hex | 37 | 65 | 1C | 2E | 0 | 48 | 3C | 62 | 39 | 19 |
| Octal | 67 | 145 | 34 | 56 | 0 | 110 | 74 | 142 | 71 | 31 |
| Binary | 110111 | 1100101 | 11100 | 101110 | 0 | 1001000 | 111100 | 1100010 | 111001 | 11001 |
Color Harmonies of #37651C
Complementary color
Monochromatic Colors of #37651C
Black with #37651C
Text Example
Text Example
White with #37651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37651C; }
p { color: rgb(55,101,28); }
H1.HeaderClassName
{
color: #37651C;
}
.AnyTagClassName
{
color: #37651C;
}
</style>
background-color css
<style>
a { background-color: #37651C; }
a { background-color: rgb(55,101,28); }
div.DivClassName
{
background-color: #37651C;
}
.BgClassName
{
background-color: #37651C;
}
</style>
border-color css
<style>
span { border-color: #37651C; }
span { border-color: rgb(55,101,28); }
td.TdClassName
{
border-color: #37651C;
}
.TagClassName
{
border-color: #37651C;
}
</style>