Shades of Dell #3C6712
Tints of Dell #3C6712
RGB
CMYK
RGB Variations
Color information
#3C6712 (or 0x3C6712) is known color: Dell. HEX triplet: 3C, 67 and 12. RGB value is (60,103,18). Sum of RGB (Red+Green+Blue) = 60+103+18=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #3C6712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6712 is #C398ED. Grayscale: #505050. Windows color (decimal): -12818670 or 1206076. OLE color: 1206076.
HSL color Cylindrical-coordinate representation of color #3C6712: hue angle of 90.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C6712 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 103 | 18 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.60 |
| HSL | 90.35º | 0.7% | 0.24% | - |
| HSV(B) | 90.35º | 0.83% | 0.4% | - |
| XYZ | 6.82 | 10.7 | 2.28 | - |
| YUV | 80.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 18 | 0.42 | 0 | 0.83 | 0.60 | 90.35 | 0.7 | 0.24 |
| Hex | 3C | 67 | 12 | 2A | 0 | 53 | 3C | 5A | 46 | 18 |
| Octal | 74 | 147 | 22 | 52 | 0 | 123 | 74 | 132 | 106 | 30 |
| Binary | 111100 | 1100111 | 10010 | 101010 | 0 | 1010011 | 111100 | 1011010 | 1000110 | 11000 |
Color Harmonies of #3C6712
Complementary color
Monochromatic Colors of #3C6712
Black with #3C6712
Text Example
Text Example
White with #3C6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6712; }
p { color: rgb(60,103,18); }
H1.HeaderClassName
{
color: #3C6712;
}
.AnyTagClassName
{
color: #3C6712;
}
</style>
background-color css
<style>
a { background-color: #3C6712; }
a { background-color: rgb(60,103,18); }
div.DivClassName
{
background-color: #3C6712;
}
.BgClassName
{
background-color: #3C6712;
}
</style>
border-color css
<style>
span { border-color: #3C6712; }
span { border-color: rgb(60,103,18); }
td.TdClassName
{
border-color: #3C6712;
}
.TagClassName
{
border-color: #3C6712;
}
</style>