Shades of Dell #3C5C27
Tints of Dell #3C5C27
RGB
CMYK
RGB Variations
Color information
#3C5C27 (or 0x3C5C27) is known color: Dell. HEX triplet: 3C, 5C and 27. RGB value is (60,92,39). Sum of RGB (Red+Green+Blue) = 60+92+39=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5C27 is #C3A3D8. Grayscale: #4C4C4C. Windows color (decimal): -12821465 or 2579516. OLE color: 2579516.
HSL color Cylindrical-coordinate representation of color #3C5C27: hue angle of 96.23º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C5C27 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 92 | 39 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.64 |
| HSL | 96.23º | 0.4% | 0.26% | - |
| HSV(B) | 96.23º | 0.58% | 0.36% | - |
| XYZ | 6.06 | 8.76 | 3.29 | - |
| YUV | 76.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 92 | 39 | 0.35 | 0 | 0.58 | 0.64 | 96.23 | 0.4 | 0.26 |
| Hex | 3C | 5C | 27 | 23 | 0 | 3A | 40 | 60 | 28 | 1A |
| Octal | 74 | 134 | 47 | 43 | 0 | 72 | 100 | 140 | 50 | 32 |
| Binary | 111100 | 1011100 | 100111 | 100011 | 0 | 111010 | 1000000 | 1100000 | 101000 | 11010 |
Color Harmonies of #3C5C27
Complementary color
Monochromatic Colors of #3C5C27
Black with #3C5C27
Text Example
Text Example
White with #3C5C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5C27; }
p { color: rgb(60,92,39); }
H1.HeaderClassName
{
color: #3C5C27;
}
.AnyTagClassName
{
color: #3C5C27;
}
</style>
background-color css
<style>
a { background-color: #3C5C27; }
a { background-color: rgb(60,92,39); }
div.DivClassName
{
background-color: #3C5C27;
}
.BgClassName
{
background-color: #3C5C27;
}
</style>
border-color css
<style>
span { border-color: #3C5C27; }
span { border-color: rgb(60,92,39); }
td.TdClassName
{
border-color: #3C5C27;
}
.TagClassName
{
border-color: #3C5C27;
}
</style>