Shades of Dell #3C6919
Tints of Dell #3C6919
RGB
CMYK
RGB Variations
Color information
#3C6919 (or 0x3C6919) is known color: Dell. HEX triplet: 3C, 69 and 19. RGB value is (60,105,25). Sum of RGB (Red+Green+Blue) = 60+105+25=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6919 is #C396E6. Grayscale: #525252. Windows color (decimal): -12818151 or 1665340. OLE color: 1665340.
HSL color Cylindrical-coordinate representation of color #3C6919: hue angle of 93.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C6919 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 105 | 25 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.59 |
| HSL | 93.75º | 0.62% | 0.25% | - |
| HSV(B) | 93.75º | 0.76% | 0.41% | - |
| XYZ | 7.09 | 11.13 | 2.7 | - |
| YUV | 82.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 25 | 0.43 | 0 | 0.76 | 0.59 | 93.75 | 0.62 | 0.25 |
| Hex | 3C | 69 | 19 | 2B | 0 | 4C | 3B | 5E | 3E | 19 |
| Octal | 74 | 151 | 31 | 53 | 0 | 114 | 73 | 136 | 76 | 31 |
| Binary | 111100 | 1101001 | 11001 | 101011 | 0 | 1001100 | 111011 | 1011110 | 111110 | 11001 |
Color Harmonies of #3C6919
Complementary color
Monochromatic Colors of #3C6919
Black with #3C6919
Text Example
Text Example
White with #3C6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6919; }
p { color: rgb(60,105,25); }
H1.HeaderClassName
{
color: #3C6919;
}
.AnyTagClassName
{
color: #3C6919;
}
</style>
background-color css
<style>
a { background-color: #3C6919; }
a { background-color: rgb(60,105,25); }
div.DivClassName
{
background-color: #3C6919;
}
.BgClassName
{
background-color: #3C6919;
}
</style>
border-color css
<style>
span { border-color: #3C6919; }
span { border-color: rgb(60,105,25); }
td.TdClassName
{
border-color: #3C6919;
}
.TagClassName
{
border-color: #3C6919;
}
</style>