Shades of Dell #435C2B
Tints of Dell #435C2B
RGB
CMYK
RGB Variations
Color information
#435C2B (or 0x435C2B) is known color: Dell. HEX triplet: 43, 5C and 2B. RGB value is (67,92,43). Sum of RGB (Red+Green+Blue) = 67+92+43=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #435C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435C2B is #BCA3D4. Grayscale: #4F4F4F. Windows color (decimal): -12362709 or 2841667. OLE color: 2841667.
HSL color Cylindrical-coordinate representation of color #435C2B: hue angle of 90.61º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #435C2B is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 43 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.64 |
| HSL | 90.61º | 0.36% | 0.26% | - |
| HSV(B) | 90.61º | 0.53% | 0.36% | - |
| XYZ | 6.58 | 9.02 | 3.68 | - |
| YUV | 78.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 43 | 0.27 | 0 | 0.53 | 0.64 | 90.61 | 0.36 | 0.26 |
| Hex | 43 | 5C | 2B | 1B | 0 | 35 | 40 | 5B | 24 | 1A |
| Octal | 103 | 134 | 53 | 33 | 0 | 65 | 100 | 133 | 44 | 32 |
| Binary | 1000011 | 1011100 | 101011 | 11011 | 0 | 110101 | 1000000 | 1011011 | 100100 | 11010 |
Color Harmonies of #435C2B
Complementary color
Monochromatic Colors of #435C2B
Black with #435C2B
Text Example
Text Example
White with #435C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C2B; }
p { color: rgb(67,92,43); }
H1.HeaderClassName
{
color: #435C2B;
}
.AnyTagClassName
{
color: #435C2B;
}
</style>
background-color css
<style>
a { background-color: #435C2B; }
a { background-color: rgb(67,92,43); }
div.DivClassName
{
background-color: #435C2B;
}
.BgClassName
{
background-color: #435C2B;
}
</style>
border-color css
<style>
span { border-color: #435C2B; }
span { border-color: rgb(67,92,43); }
td.TdClassName
{
border-color: #435C2B;
}
.TagClassName
{
border-color: #435C2B;
}
</style>