Shades of Dell #3C621F
Tints of Dell #3C621F
RGB
CMYK
RGB Variations
Color information
#3C621F (or 0x3C621F) is known color: Dell. HEX triplet: 3C, 62 and 1F. RGB value is (60,98,31). Sum of RGB (Red+Green+Blue) = 60+98+31=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #3C621F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C621F is #C39DE0. Grayscale: #4F4F4F. Windows color (decimal): -12819937 or 2056764. OLE color: 2056764.
HSL color Cylindrical-coordinate representation of color #3C621F: hue angle of 94.03º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C621F is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 31 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.62 |
| HSL | 94.03º | 0.52% | 0.25% | - |
| HSV(B) | 94.03º | 0.68% | 0.38% | - |
| XYZ | 6.48 | 9.79 | 2.85 | - |
| YUV | 79 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 31 | 0.39 | 0 | 0.68 | 0.62 | 94.03 | 0.52 | 0.25 |
| Hex | 3C | 62 | 1F | 27 | 0 | 44 | 3E | 5E | 34 | 19 |
| Octal | 74 | 142 | 37 | 47 | 0 | 104 | 76 | 136 | 64 | 31 |
| Binary | 111100 | 1100010 | 11111 | 100111 | 0 | 1000100 | 111110 | 1011110 | 110100 | 11001 |
Color Harmonies of #3C621F
Complementary color
Monochromatic Colors of #3C621F
Black with #3C621F
Text Example
Text Example
White with #3C621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C621F; }
p { color: rgb(60,98,31); }
H1.HeaderClassName
{
color: #3C621F;
}
.AnyTagClassName
{
color: #3C621F;
}
</style>
background-color css
<style>
a { background-color: #3C621F; }
a { background-color: rgb(60,98,31); }
div.DivClassName
{
background-color: #3C621F;
}
.BgClassName
{
background-color: #3C621F;
}
</style>
border-color css
<style>
span { border-color: #3C621F; }
span { border-color: rgb(60,98,31); }
td.TdClassName
{
border-color: #3C621F;
}
.TagClassName
{
border-color: #3C621F;
}
</style>