Shades of Dell #435D32
Tints of Dell #435D32
RGB
CMYK
RGB Variations
Color information
#435D32 (or 0x435D32) is known color: Dell. HEX triplet: 43, 5D and 32. RGB value is (67,93,50). Sum of RGB (Red+Green+Blue) = 67+93+50=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #435D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435D32 is #BCA2CD. Grayscale: #505050. Windows color (decimal): -12362446 or 3300675. OLE color: 3300675.
HSL color Cylindrical-coordinate representation of color #435D32: hue angle of 96.28º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #435D32 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 50 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.64 |
| HSL | 96.28º | 0.3% | 0.28% | - |
| HSV(B) | 96.28º | 0.46% | 0.36% | - |
| XYZ | 6.8 | 9.25 | 4.44 | - |
| YUV | 80.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 50 | 0.28 | 0 | 0.46 | 0.64 | 96.28 | 0.3 | 0.28 |
| Hex | 43 | 5D | 32 | 1C | 0 | 2E | 40 | 60 | 1E | 1C |
| Octal | 103 | 135 | 62 | 34 | 0 | 56 | 100 | 140 | 36 | 34 |
| Binary | 1000011 | 1011101 | 110010 | 11100 | 0 | 101110 | 1000000 | 1100000 | 11110 | 11100 |
Color Harmonies of #435D32
Complementary color
Monochromatic Colors of #435D32
Black with #435D32
Text Example
Text Example
White with #435D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D32; }
p { color: rgb(67,93,50); }
H1.HeaderClassName
{
color: #435D32;
}
.AnyTagClassName
{
color: #435D32;
}
</style>
background-color css
<style>
a { background-color: #435D32; }
a { background-color: rgb(67,93,50); }
div.DivClassName
{
background-color: #435D32;
}
.BgClassName
{
background-color: #435D32;
}
</style>
border-color css
<style>
span { border-color: #435D32; }
span { border-color: rgb(67,93,50); }
td.TdClassName
{
border-color: #435D32;
}
.TagClassName
{
border-color: #435D32;
}
</style>