Shades of Dell #3B5A27
Tints of Dell #3B5A27
RGB
CMYK
RGB Variations
Color information
#3B5A27 (or 0x3B5A27) is known color: Dell. HEX triplet: 3B, 5A and 27. RGB value is (59,90,39). Sum of RGB (Red+Green+Blue) = 59+90+39=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A27 is #C4A5D8. Grayscale: #4B4B4B. Windows color (decimal): -12887513 or 2579003. OLE color: 2579003.
HSL color Cylindrical-coordinate representation of color #3B5A27: hue angle of 96.47º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B5A27 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 90 | 39 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.65 |
| HSL | 96.47º | 0.4% | 0.25% | - |
| HSV(B) | 96.47º | 0.57% | 0.35% | - |
| XYZ | 5.83 | 8.39 | 3.23 | - |
| YUV | 74.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 39 | 0.34 | 0 | 0.57 | 0.65 | 96.47 | 0.4 | 0.25 |
| Hex | 3B | 5A | 27 | 22 | 0 | 39 | 41 | 60 | 28 | 19 |
| Octal | 73 | 132 | 47 | 42 | 0 | 71 | 101 | 140 | 50 | 31 |
| Binary | 111011 | 1011010 | 100111 | 100010 | 0 | 111001 | 1000001 | 1100000 | 101000 | 11001 |
Color Harmonies of #3B5A27
Complementary color
Monochromatic Colors of #3B5A27
Black with #3B5A27
Text Example
Text Example
White with #3B5A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5A27; }
p { color: rgb(59,90,39); }
H1.HeaderClassName
{
color: #3B5A27;
}
.AnyTagClassName
{
color: #3B5A27;
}
</style>
background-color css
<style>
a { background-color: #3B5A27; }
a { background-color: rgb(59,90,39); }
div.DivClassName
{
background-color: #3B5A27;
}
.BgClassName
{
background-color: #3B5A27;
}
</style>
border-color css
<style>
span { border-color: #3B5A27; }
span { border-color: rgb(59,90,39); }
td.TdClassName
{
border-color: #3B5A27;
}
.TagClassName
{
border-color: #3B5A27;
}
</style>