Shades of Dell #3D5D27
Tints of Dell #3D5D27
RGB
CMYK
RGB Variations
Color information
#3D5D27 (or 0x3D5D27) is known color: Dell. HEX triplet: 3D, 5D and 27. RGB value is (61,93,39). Sum of RGB (Red+Green+Blue) = 61+93+39=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D27 is #C2A2D8. Grayscale: #4D4D4D. Windows color (decimal): -12755673 or 2579773. OLE color: 2579773.
HSL color Cylindrical-coordinate representation of color #3D5D27: hue angle of 95.56º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D5D27 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 93 | 39 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.64 |
| HSL | 95.56º | 0.41% | 0.26% | - |
| HSV(B) | 95.56º | 0.58% | 0.36% | - |
| XYZ | 6.21 | 8.97 | 3.32 | - |
| YUV | 77.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 93 | 39 | 0.34 | 0 | 0.58 | 0.64 | 95.56 | 0.41 | 0.26 |
| Hex | 3D | 5D | 27 | 22 | 0 | 3A | 40 | 60 | 29 | 1A |
| Octal | 75 | 135 | 47 | 42 | 0 | 72 | 100 | 140 | 51 | 32 |
| Binary | 111101 | 1011101 | 100111 | 100010 | 0 | 111010 | 1000000 | 1100000 | 101001 | 11010 |
Color Harmonies of #3D5D27
Complementary color
Monochromatic Colors of #3D5D27
Black with #3D5D27
Text Example
Text Example
White with #3D5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5D27; }
p { color: rgb(61,93,39); }
H1.HeaderClassName
{
color: #3D5D27;
}
.AnyTagClassName
{
color: #3D5D27;
}
</style>
background-color css
<style>
a { background-color: #3D5D27; }
a { background-color: rgb(61,93,39); }
div.DivClassName
{
background-color: #3D5D27;
}
.BgClassName
{
background-color: #3D5D27;
}
</style>
border-color css
<style>
span { border-color: #3D5D27; }
span { border-color: rgb(61,93,39); }
td.TdClassName
{
border-color: #3D5D27;
}
.TagClassName
{
border-color: #3D5D27;
}
</style>