Shades of Dell #3C680F
Tints of Dell #3C680F
RGB
CMYK
RGB Variations
Color information
#3C680F (or 0x3C680F) is known color: Dell. HEX triplet: 3C, 68 and 0F. RGB value is (60,104,15). Sum of RGB (Red+Green+Blue) = 60+104+15=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #3C680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C680F is #C397F0. Grayscale: #515151. Windows color (decimal): -12818417 or 1009724. OLE color: 1009724.
HSL color Cylindrical-coordinate representation of color #3C680F: hue angle of 89.66º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C680F is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 104 | 15 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.59 |
| HSL | 89.66º | 0.75% | 0.23% | - |
| HSV(B) | 89.66º | 0.86% | 0.41% | - |
| XYZ | 6.9 | 10.9 | 2.19 | - |
| YUV | 80.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 15 | 0.42 | 0 | 0.86 | 0.59 | 89.66 | 0.75 | 0.23 |
| Hex | 3C | 68 | F | 2A | 0 | 56 | 3B | 5A | 4B | 17 |
| Octal | 74 | 150 | 17 | 52 | 0 | 126 | 73 | 132 | 113 | 27 |
| Binary | 111100 | 1101000 | 1111 | 101010 | 0 | 1010110 | 111011 | 1011010 | 1001011 | 10111 |
Color Harmonies of #3C680F
Complementary color
Monochromatic Colors of #3C680F
Black with #3C680F
Text Example
Text Example
White with #3C680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C680F; }
p { color: rgb(60,104,15); }
H1.HeaderClassName
{
color: #3C680F;
}
.AnyTagClassName
{
color: #3C680F;
}
</style>
background-color css
<style>
a { background-color: #3C680F; }
a { background-color: rgb(60,104,15); }
div.DivClassName
{
background-color: #3C680F;
}
.BgClassName
{
background-color: #3C680F;
}
</style>
border-color css
<style>
span { border-color: #3C680F; }
span { border-color: rgb(60,104,15); }
td.TdClassName
{
border-color: #3C680F;
}
.TagClassName
{
border-color: #3C680F;
}
</style>