Shades of Dell #435F32
Tints of Dell #435F32
RGB
CMYK
RGB Variations
Color information
#435F32 (or 0x435F32) is known color: Dell. HEX triplet: 43, 5F and 32. RGB value is (67,95,50). Sum of RGB (Red+Green+Blue) = 67+95+50=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #435F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F32 is #BCA0CD. Grayscale: #515151. Windows color (decimal): -12361934 or 3301187. OLE color: 3301187.
HSL color Cylindrical-coordinate representation of color #435F32: hue angle of 97.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #435F32 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 50 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.63 |
| HSL | 97.33º | 0.31% | 0.28% | - |
| HSV(B) | 97.33º | 0.47% | 0.37% | - |
| XYZ | 6.98 | 9.61 | 4.5 | - |
| YUV | 81.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 50 | 0.29 | 0 | 0.47 | 0.63 | 97.33 | 0.31 | 0.28 |
| Hex | 43 | 5F | 32 | 1D | 0 | 2F | 3F | 61 | 1F | 1C |
| Octal | 103 | 137 | 62 | 35 | 0 | 57 | 77 | 141 | 37 | 34 |
| Binary | 1000011 | 1011111 | 110010 | 11101 | 0 | 101111 | 111111 | 1100001 | 11111 | 11100 |
Color Harmonies of #435F32
Complementary color
Monochromatic Colors of #435F32
Black with #435F32
Text Example
Text Example
White with #435F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F32; }
p { color: rgb(67,95,50); }
H1.HeaderClassName
{
color: #435F32;
}
.AnyTagClassName
{
color: #435F32;
}
</style>
background-color css
<style>
a { background-color: #435F32; }
a { background-color: rgb(67,95,50); }
div.DivClassName
{
background-color: #435F32;
}
.BgClassName
{
background-color: #435F32;
}
</style>
border-color css
<style>
span { border-color: #435F32; }
span { border-color: rgb(67,95,50); }
td.TdClassName
{
border-color: #435F32;
}
.TagClassName
{
border-color: #435F32;
}
</style>