Shades of Dell #436B20
Tints of Dell #436B20
RGB
CMYK
RGB Variations
Color information
#436B20 (or 0x436B20) is known color: Dell. HEX triplet: 43, 6B and 20. RGB value is (67,107,32). Sum of RGB (Red+Green+Blue) = 67+107+32=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #436B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436B20 is #BC94DF. Grayscale: #565656. Windows color (decimal): -12358880 or 2124611. OLE color: 2124611.
HSL color Cylindrical-coordinate representation of color #436B20: hue angle of 92º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #436B20 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 107 | 32 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.58 |
| HSL | 92º | 0.54% | 0.27% | - |
| HSV(B) | 92º | 0.7% | 0.42% | - |
| XYZ | 7.83 | 11.81 | 3.23 | - |
| YUV | 86.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 107 | 32 | 0.37 | 0 | 0.70 | 0.58 | 92 | 0.54 | 0.27 |
| Hex | 43 | 6B | 20 | 25 | 0 | 46 | 3A | 5C | 36 | 1B |
| Octal | 103 | 153 | 40 | 45 | 0 | 106 | 72 | 134 | 66 | 33 |
| Binary | 1000011 | 1101011 | 100000 | 100101 | 0 | 1000110 | 111010 | 1011100 | 110110 | 11011 |
Color Harmonies of #436B20
Complementary color
Monochromatic Colors of #436B20
Black with #436B20
Text Example
Text Example
White with #436B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436B20; }
p { color: rgb(67,107,32); }
H1.HeaderClassName
{
color: #436B20;
}
.AnyTagClassName
{
color: #436B20;
}
</style>
background-color css
<style>
a { background-color: #436B20; }
a { background-color: rgb(67,107,32); }
div.DivClassName
{
background-color: #436B20;
}
.BgClassName
{
background-color: #436B20;
}
</style>
border-color css
<style>
span { border-color: #436B20; }
span { border-color: rgb(67,107,32); }
td.TdClassName
{
border-color: #436B20;
}
.TagClassName
{
border-color: #436B20;
}
</style>