Shades of Dell #3C5B28
Tints of Dell #3C5B28
RGB
CMYK
RGB Variations
Color information
#3C5B28 (or 0x3C5B28) is known color: Dell. HEX triplet: 3C, 5B and 28. RGB value is (60,91,40). Sum of RGB (Red+Green+Blue) = 60+91+40=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5B28 is #C3A4D7. Grayscale: #4C4C4C. Windows color (decimal): -12821720 or 2644796. OLE color: 2644796.
HSL color Cylindrical-coordinate representation of color #3C5B28: hue angle of 96.47º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C5B28 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 91 | 40 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.64 |
| HSL | 96.47º | 0.39% | 0.26% | - |
| HSV(B) | 96.47º | 0.56% | 0.36% | - |
| XYZ | 5.99 | 8.6 | 3.35 | - |
| YUV | 75.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 40 | 0.34 | 0 | 0.56 | 0.64 | 96.47 | 0.39 | 0.26 |
| Hex | 3C | 5B | 28 | 22 | 0 | 38 | 40 | 60 | 27 | 1A |
| Octal | 74 | 133 | 50 | 42 | 0 | 70 | 100 | 140 | 47 | 32 |
| Binary | 111100 | 1011011 | 101000 | 100010 | 0 | 111000 | 1000000 | 1100000 | 100111 | 11010 |
Color Harmonies of #3C5B28
Complementary color
Monochromatic Colors of #3C5B28
Black with #3C5B28
Text Example
Text Example
White with #3C5B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B28; }
p { color: rgb(60,91,40); }
H1.HeaderClassName
{
color: #3C5B28;
}
.AnyTagClassName
{
color: #3C5B28;
}
</style>
background-color css
<style>
a { background-color: #3C5B28; }
a { background-color: rgb(60,91,40); }
div.DivClassName
{
background-color: #3C5B28;
}
.BgClassName
{
background-color: #3C5B28;
}
</style>
border-color css
<style>
span { border-color: #3C5B28; }
span { border-color: rgb(60,91,40); }
td.TdClassName
{
border-color: #3C5B28;
}
.TagClassName
{
border-color: #3C5B28;
}
</style>