Shades of Dell #3C6326
Tints of Dell #3C6326
RGB
CMYK
RGB Variations
Color information
#3C6326 (or 0x3C6326) is known color: Dell. HEX triplet: 3C, 63 and 26. RGB value is (60,99,38). Sum of RGB (Red+Green+Blue) = 60+99+38=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6326 is #C39CD9. Grayscale: #505050. Windows color (decimal): -12819674 or 2515772. OLE color: 2515772.
HSL color Cylindrical-coordinate representation of color #3C6326: hue angle of 98.36º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C6326 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 38 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.61 |
| HSL | 98.36º | 0.45% | 0.27% | - |
| HSV(B) | 98.36º | 0.62% | 0.39% | - |
| XYZ | 6.68 | 10.02 | 3.42 | - |
| YUV | 80.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 38 | 0.39 | 0 | 0.62 | 0.61 | 98.36 | 0.45 | 0.27 |
| Hex | 3C | 63 | 26 | 27 | 0 | 3E | 3D | 62 | 2D | 1B |
| Octal | 74 | 143 | 46 | 47 | 0 | 76 | 75 | 142 | 55 | 33 |
| Binary | 111100 | 1100011 | 100110 | 100111 | 0 | 111110 | 111101 | 1100010 | 101101 | 11011 |
Color Harmonies of #3C6326
Complementary color
Monochromatic Colors of #3C6326
Black with #3C6326
Text Example
Text Example
White with #3C6326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6326; }
p { color: rgb(60,99,38); }
H1.HeaderClassName
{
color: #3C6326;
}
.AnyTagClassName
{
color: #3C6326;
}
</style>
background-color css
<style>
a { background-color: #3C6326; }
a { background-color: rgb(60,99,38); }
div.DivClassName
{
background-color: #3C6326;
}
.BgClassName
{
background-color: #3C6326;
}
</style>
border-color css
<style>
span { border-color: #3C6326; }
span { border-color: rgb(60,99,38); }
td.TdClassName
{
border-color: #3C6326;
}
.TagClassName
{
border-color: #3C6326;
}
</style>