Shades of Dell #3D6B11
Tints of Dell #3D6B11
RGB
CMYK
RGB Variations
Color information
#3D6B11 (or 0x3D6B11) is known color: Dell. HEX triplet: 3D, 6B and 11. RGB value is (61,107,17). Sum of RGB (Red+Green+Blue) = 61+107+17=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6B11 is #C294EE. Grayscale: #535353. Windows color (decimal): -12752111 or 1141565. OLE color: 1141565.
HSL color Cylindrical-coordinate representation of color #3D6B11: hue angle of 90.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D6B11 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 107 | 17 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.58 |
| HSL | 90.67º | 0.73% | 0.24% | - |
| HSV(B) | 90.67º | 0.84% | 0.42% | - |
| XYZ | 7.28 | 11.55 | 2.38 | - |
| YUV | 82.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 17 | 0.43 | 0 | 0.84 | 0.58 | 90.67 | 0.73 | 0.24 |
| Hex | 3D | 6B | 11 | 2B | 0 | 54 | 3A | 5B | 49 | 18 |
| Octal | 75 | 153 | 21 | 53 | 0 | 124 | 72 | 133 | 111 | 30 |
| Binary | 111101 | 1101011 | 10001 | 101011 | 0 | 1010100 | 111010 | 1011011 | 1001001 | 11000 |
Color Harmonies of #3D6B11
Complementary color
Monochromatic Colors of #3D6B11
Black with #3D6B11
Text Example
Text Example
White with #3D6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6B11; }
p { color: rgb(61,107,17); }
H1.HeaderClassName
{
color: #3D6B11;
}
.AnyTagClassName
{
color: #3D6B11;
}
</style>
background-color css
<style>
a { background-color: #3D6B11; }
a { background-color: rgb(61,107,17); }
div.DivClassName
{
background-color: #3D6B11;
}
.BgClassName
{
background-color: #3D6B11;
}
</style>
border-color css
<style>
span { border-color: #3D6B11; }
span { border-color: rgb(61,107,17); }
td.TdClassName
{
border-color: #3D6B11;
}
.TagClassName
{
border-color: #3D6B11;
}
</style>