Shades of Dell #3C5B25
Tints of Dell #3C5B25
RGB
CMYK
RGB Variations
Color information
#3C5B25 (or 0x3C5B25) is known color: Dell. HEX triplet: 3C, 5B and 25. RGB value is (60,91,37). Sum of RGB (Red+Green+Blue) = 60+91+37=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5B25 is #C3A4DA. Grayscale: #4B4B4B. Windows color (decimal): -12821723 or 2448188. OLE color: 2448188.
HSL color Cylindrical-coordinate representation of color #3C5B25: hue angle of 94.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C5B25 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 91 | 37 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.64 |
| HSL | 94.44º | 0.42% | 0.25% | - |
| HSV(B) | 94.44º | 0.59% | 0.36% | - |
| XYZ | 5.94 | 8.58 | 3.09 | - |
| YUV | 75.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 37 | 0.34 | 0 | 0.59 | 0.64 | 94.44 | 0.42 | 0.25 |
| Hex | 3C | 5B | 25 | 22 | 0 | 3B | 40 | 5E | 2A | 19 |
| Octal | 74 | 133 | 45 | 42 | 0 | 73 | 100 | 136 | 52 | 31 |
| Binary | 111100 | 1011011 | 100101 | 100010 | 0 | 111011 | 1000000 | 1011110 | 101010 | 11001 |
Color Harmonies of #3C5B25
Complementary color
Monochromatic Colors of #3C5B25
Black with #3C5B25
Text Example
Text Example
White with #3C5B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B25; }
p { color: rgb(60,91,37); }
H1.HeaderClassName
{
color: #3C5B25;
}
.AnyTagClassName
{
color: #3C5B25;
}
</style>
background-color css
<style>
a { background-color: #3C5B25; }
a { background-color: rgb(60,91,37); }
div.DivClassName
{
background-color: #3C5B25;
}
.BgClassName
{
background-color: #3C5B25;
}
</style>
border-color css
<style>
span { border-color: #3C5B25; }
span { border-color: rgb(60,91,37); }
td.TdClassName
{
border-color: #3C5B25;
}
.TagClassName
{
border-color: #3C5B25;
}
</style>