Shades of Dell #3C6224
Tints of Dell #3C6224
RGB
CMYK
RGB Variations
Color information
#3C6224 (or 0x3C6224) is known color: Dell. HEX triplet: 3C, 62 and 24. RGB value is (60,98,36). Sum of RGB (Red+Green+Blue) = 60+98+36=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6224 is #C39DDB. Grayscale: #4F4F4F. Windows color (decimal): -12819932 or 2384444. OLE color: 2384444.
HSL color Cylindrical-coordinate representation of color #3C6224: hue angle of 96.77º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C6224 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 36 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.62 |
| HSL | 96.77º | 0.46% | 0.26% | - |
| HSV(B) | 96.77º | 0.63% | 0.38% | - |
| XYZ | 6.55 | 9.82 | 3.22 | - |
| YUV | 79.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 36 | 0.39 | 0 | 0.63 | 0.62 | 96.77 | 0.46 | 0.26 |
| Hex | 3C | 62 | 24 | 27 | 0 | 3F | 3E | 61 | 2E | 1A |
| Octal | 74 | 142 | 44 | 47 | 0 | 77 | 76 | 141 | 56 | 32 |
| Binary | 111100 | 1100010 | 100100 | 100111 | 0 | 111111 | 111110 | 1100001 | 101110 | 11010 |
Color Harmonies of #3C6224
Complementary color
Monochromatic Colors of #3C6224
Black with #3C6224
Text Example
Text Example
White with #3C6224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6224; }
p { color: rgb(60,98,36); }
H1.HeaderClassName
{
color: #3C6224;
}
.AnyTagClassName
{
color: #3C6224;
}
</style>
background-color css
<style>
a { background-color: #3C6224; }
a { background-color: rgb(60,98,36); }
div.DivClassName
{
background-color: #3C6224;
}
.BgClassName
{
background-color: #3C6224;
}
</style>
border-color css
<style>
span { border-color: #3C6224; }
span { border-color: rgb(60,98,36); }
td.TdClassName
{
border-color: #3C6224;
}
.TagClassName
{
border-color: #3C6224;
}
</style>