Shades of Dell #3D6222
Tints of Dell #3D6222
RGB
CMYK
RGB Variations
Color information
#3D6222 (or 0x3D6222) is known color: Dell. HEX triplet: 3D, 62 and 22. RGB value is (61,98,34). Sum of RGB (Red+Green+Blue) = 61+98+34=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6222 is #C29DDD. Grayscale: #4F4F4F. Windows color (decimal): -12754398 or 2253373. OLE color: 2253373.
HSL color Cylindrical-coordinate representation of color #3D6222: hue angle of 94.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D6222 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 98 | 34 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.62 |
| HSL | 94.69º | 0.48% | 0.26% | - |
| HSV(B) | 94.69º | 0.65% | 0.38% | - |
| XYZ | 6.58 | 9.84 | 3.07 | - |
| YUV | 79.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 34 | 0.38 | 0 | 0.65 | 0.62 | 94.69 | 0.48 | 0.26 |
| Hex | 3D | 62 | 22 | 26 | 0 | 41 | 3E | 5F | 30 | 1A |
| Octal | 75 | 142 | 42 | 46 | 0 | 101 | 76 | 137 | 60 | 32 |
| Binary | 111101 | 1100010 | 100010 | 100110 | 0 | 1000001 | 111110 | 1011111 | 110000 | 11010 |
Color Harmonies of #3D6222
Complementary color
Monochromatic Colors of #3D6222
Black with #3D6222
Text Example
Text Example
White with #3D6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6222; }
p { color: rgb(61,98,34); }
H1.HeaderClassName
{
color: #3D6222;
}
.AnyTagClassName
{
color: #3D6222;
}
</style>
background-color css
<style>
a { background-color: #3D6222; }
a { background-color: rgb(61,98,34); }
div.DivClassName
{
background-color: #3D6222;
}
.BgClassName
{
background-color: #3D6222;
}
</style>
border-color css
<style>
span { border-color: #3D6222; }
span { border-color: rgb(61,98,34); }
td.TdClassName
{
border-color: #3D6222;
}
.TagClassName
{
border-color: #3D6222;
}
</style>