Shades of Dell #3D6917
Tints of Dell #3D6917
RGB
CMYK
RGB Variations
Color information
#3D6917 (or 0x3D6917) is known color: Dell. HEX triplet: 3D, 69 and 17. RGB value is (61,105,23). Sum of RGB (Red+Green+Blue) = 61+105+23=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #3D6917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6917 is #C296E8. Grayscale: #525252. Windows color (decimal): -12752617 or 1534269. OLE color: 1534269.
HSL color Cylindrical-coordinate representation of color #3D6917: hue angle of 92.2º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D6917 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 105 | 23 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.59 |
| HSL | 92.2º | 0.64% | 0.25% | - |
| HSV(B) | 92.2º | 0.78% | 0.41% | - |
| XYZ | 7.13 | 11.16 | 2.59 | - |
| YUV | 82.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 23 | 0.42 | 0 | 0.78 | 0.59 | 92.2 | 0.64 | 0.25 |
| Hex | 3D | 69 | 17 | 2A | 0 | 4E | 3B | 5C | 40 | 19 |
| Octal | 75 | 151 | 27 | 52 | 0 | 116 | 73 | 134 | 100 | 31 |
| Binary | 111101 | 1101001 | 10111 | 101010 | 0 | 1001110 | 111011 | 1011100 | 1000000 | 11001 |
Color Harmonies of #3D6917
Complementary color
Monochromatic Colors of #3D6917
Black with #3D6917
Text Example
Text Example
White with #3D6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6917; }
p { color: rgb(61,105,23); }
H1.HeaderClassName
{
color: #3D6917;
}
.AnyTagClassName
{
color: #3D6917;
}
</style>
background-color css
<style>
a { background-color: #3D6917; }
a { background-color: rgb(61,105,23); }
div.DivClassName
{
background-color: #3D6917;
}
.BgClassName
{
background-color: #3D6917;
}
</style>
border-color css
<style>
span { border-color: #3D6917; }
span { border-color: rgb(61,105,23); }
td.TdClassName
{
border-color: #3D6917;
}
.TagClassName
{
border-color: #3D6917;
}
</style>