Shades of Dell #3C6225
Tints of Dell #3C6225
RGB
CMYK
RGB Variations
Color information
#3C6225 (or 0x3C6225) is known color: Dell. HEX triplet: 3C, 62 and 25. RGB value is (60,98,37). Sum of RGB (Red+Green+Blue) = 60+98+37=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6225 is #C39DDA. Grayscale: #4F4F4F. Windows color (decimal): -12819931 or 2449980. OLE color: 2449980.
HSL color Cylindrical-coordinate representation of color #3C6225: hue angle of 97.38º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C6225 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 37 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.62 |
| HSL | 97.38º | 0.45% | 0.26% | - |
| HSV(B) | 97.38º | 0.62% | 0.38% | - |
| XYZ | 6.57 | 9.83 | 3.3 | - |
| YUV | 79.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 37 | 0.39 | 0 | 0.62 | 0.62 | 97.38 | 0.45 | 0.26 |
| Hex | 3C | 62 | 25 | 27 | 0 | 3E | 3E | 61 | 2D | 1A |
| Octal | 74 | 142 | 45 | 47 | 0 | 76 | 76 | 141 | 55 | 32 |
| Binary | 111100 | 1100010 | 100101 | 100111 | 0 | 111110 | 111110 | 1100001 | 101101 | 11010 |
Color Harmonies of #3C6225
Complementary color
Monochromatic Colors of #3C6225
Black with #3C6225
Text Example
Text Example
White with #3C6225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6225; }
p { color: rgb(60,98,37); }
H1.HeaderClassName
{
color: #3C6225;
}
.AnyTagClassName
{
color: #3C6225;
}
</style>
background-color css
<style>
a { background-color: #3C6225; }
a { background-color: rgb(60,98,37); }
div.DivClassName
{
background-color: #3C6225;
}
.BgClassName
{
background-color: #3C6225;
}
</style>
border-color css
<style>
span { border-color: #3C6225; }
span { border-color: rgb(60,98,37); }
td.TdClassName
{
border-color: #3C6225;
}
.TagClassName
{
border-color: #3C6225;
}
</style>