Shades of Dell #3C6525
Tints of Dell #3C6525
RGB
CMYK
RGB Variations
Color information
#3C6525 (or 0x3C6525) is known color: Dell. HEX triplet: 3C, 65 and 25. RGB value is (60,101,37). Sum of RGB (Red+Green+Blue) = 60+101+37=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #3C6525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6525 is #C39ADA. Grayscale: #515151. Windows color (decimal): -12819163 or 2450748. OLE color: 2450748.
HSL color Cylindrical-coordinate representation of color #3C6525: hue angle of 98.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C6525 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 101 | 37 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.60 |
| HSL | 98.44º | 0.46% | 0.27% | - |
| HSV(B) | 98.44º | 0.63% | 0.4% | - |
| XYZ | 6.85 | 10.4 | 3.4 | - |
| YUV | 81.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 37 | 0.41 | 0 | 0.63 | 0.60 | 98.44 | 0.46 | 0.27 |
| Hex | 3C | 65 | 25 | 29 | 0 | 3F | 3C | 62 | 2E | 1B |
| Octal | 74 | 145 | 45 | 51 | 0 | 77 | 74 | 142 | 56 | 33 |
| Binary | 111100 | 1100101 | 100101 | 101001 | 0 | 111111 | 111100 | 1100010 | 101110 | 11011 |
Color Harmonies of #3C6525
Complementary color
Monochromatic Colors of #3C6525
Black with #3C6525
Text Example
Text Example
White with #3C6525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6525; }
p { color: rgb(60,101,37); }
H1.HeaderClassName
{
color: #3C6525;
}
.AnyTagClassName
{
color: #3C6525;
}
</style>
background-color css
<style>
a { background-color: #3C6525; }
a { background-color: rgb(60,101,37); }
div.DivClassName
{
background-color: #3C6525;
}
.BgClassName
{
background-color: #3C6525;
}
</style>
border-color css
<style>
span { border-color: #3C6525; }
span { border-color: rgb(60,101,37); }
td.TdClassName
{
border-color: #3C6525;
}
.TagClassName
{
border-color: #3C6525;
}
</style>