Shades of Dell #3D5D20
Tints of Dell #3D5D20
RGB
CMYK
RGB Variations
Color information
#3D5D20 (or 0x3D5D20) is known color: Dell. HEX triplet: 3D, 5D and 20. RGB value is (61,93,32). Sum of RGB (Red+Green+Blue) = 61+93+32=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D20 is #C2A2DF. Grayscale: #4C4C4C. Windows color (decimal): -12755680 or 2121021. OLE color: 2121021.
HSL color Cylindrical-coordinate representation of color #3D5D20: hue angle of 91.48º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D5D20 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 93 | 32 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.64 |
| HSL | 91.48º | 0.49% | 0.25% | - |
| HSV(B) | 91.48º | 0.66% | 0.36% | - |
| XYZ | 6.1 | 8.93 | 2.77 | - |
| YUV | 76.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 93 | 32 | 0.34 | 0 | 0.66 | 0.64 | 91.48 | 0.49 | 0.25 |
| Hex | 3D | 5D | 20 | 22 | 0 | 42 | 40 | 5B | 31 | 19 |
| Octal | 75 | 135 | 40 | 42 | 0 | 102 | 100 | 133 | 61 | 31 |
| Binary | 111101 | 1011101 | 100000 | 100010 | 0 | 1000010 | 1000000 | 1011011 | 110001 | 11001 |
Color Harmonies of #3D5D20
Complementary color
Monochromatic Colors of #3D5D20
Black with #3D5D20
Text Example
Text Example
White with #3D5D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5D20; }
p { color: rgb(61,93,32); }
H1.HeaderClassName
{
color: #3D5D20;
}
.AnyTagClassName
{
color: #3D5D20;
}
</style>
background-color css
<style>
a { background-color: #3D5D20; }
a { background-color: rgb(61,93,32); }
div.DivClassName
{
background-color: #3D5D20;
}
.BgClassName
{
background-color: #3D5D20;
}
</style>
border-color css
<style>
span { border-color: #3D5D20; }
span { border-color: rgb(61,93,32); }
td.TdClassName
{
border-color: #3D5D20;
}
.TagClassName
{
border-color: #3D5D20;
}
</style>