Shades of Dell #435F2B
Tints of Dell #435F2B
RGB
CMYK
RGB Variations
Color information
#435F2B (or 0x435F2B) is known color: Dell. HEX triplet: 43, 5F and 2B. RGB value is (67,95,43). Sum of RGB (Red+Green+Blue) = 67+95+43=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #435F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F2B is #BCA0D4. Grayscale: #505050. Windows color (decimal): -12361941 or 2842435. OLE color: 2842435.
HSL color Cylindrical-coordinate representation of color #435F2B: hue angle of 92.31º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #435F2B is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 43 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.63 |
| HSL | 92.31º | 0.38% | 0.27% | - |
| HSV(B) | 92.31º | 0.55% | 0.37% | - |
| XYZ | 6.84 | 9.55 | 3.77 | - |
| YUV | 80.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 43 | 0.29 | 0 | 0.55 | 0.63 | 92.31 | 0.38 | 0.27 |
| Hex | 43 | 5F | 2B | 1D | 0 | 37 | 3F | 5C | 26 | 1B |
| Octal | 103 | 137 | 53 | 35 | 0 | 67 | 77 | 134 | 46 | 33 |
| Binary | 1000011 | 1011111 | 101011 | 11101 | 0 | 110111 | 111111 | 1011100 | 100110 | 11011 |
Color Harmonies of #435F2B
Complementary color
Monochromatic Colors of #435F2B
Black with #435F2B
Text Example
Text Example
White with #435F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F2B; }
p { color: rgb(67,95,43); }
H1.HeaderClassName
{
color: #435F2B;
}
.AnyTagClassName
{
color: #435F2B;
}
</style>
background-color css
<style>
a { background-color: #435F2B; }
a { background-color: rgb(67,95,43); }
div.DivClassName
{
background-color: #435F2B;
}
.BgClassName
{
background-color: #435F2B;
}
</style>
border-color css
<style>
span { border-color: #435F2B; }
span { border-color: rgb(67,95,43); }
td.TdClassName
{
border-color: #435F2B;
}
.TagClassName
{
border-color: #435F2B;
}
</style>