Shades of Dell #435E33
Tints of Dell #435E33
RGB
CMYK
RGB Variations
Color information
#435E33 (or 0x435E33) is known color: Dell. HEX triplet: 43, 5E and 33. RGB value is (67,94,51). Sum of RGB (Red+Green+Blue) = 67+94+51=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #435E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435E33 is #BCA1CC. Grayscale: #515151. Windows color (decimal): -12362189 or 3366467. OLE color: 3366467.
HSL color Cylindrical-coordinate representation of color #435E33: hue angle of 97.67º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #435E33 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 94 | 51 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.63 |
| HSL | 97.67º | 0.3% | 0.28% | - |
| HSV(B) | 97.67º | 0.46% | 0.37% | - |
| XYZ | 6.91 | 9.44 | 4.59 | - |
| YUV | 81.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 51 | 0.29 | 0 | 0.46 | 0.63 | 97.67 | 0.3 | 0.28 |
| Hex | 43 | 5E | 33 | 1D | 0 | 2E | 3F | 62 | 1E | 1C |
| Octal | 103 | 136 | 63 | 35 | 0 | 56 | 77 | 142 | 36 | 34 |
| Binary | 1000011 | 1011110 | 110011 | 11101 | 0 | 101110 | 111111 | 1100010 | 11110 | 11100 |
Color Harmonies of #435E33
Complementary color
Monochromatic Colors of #435E33
Black with #435E33
Text Example
Text Example
White with #435E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E33; }
p { color: rgb(67,94,51); }
H1.HeaderClassName
{
color: #435E33;
}
.AnyTagClassName
{
color: #435E33;
}
</style>
background-color css
<style>
a { background-color: #435E33; }
a { background-color: rgb(67,94,51); }
div.DivClassName
{
background-color: #435E33;
}
.BgClassName
{
background-color: #435E33;
}
</style>
border-color css
<style>
span { border-color: #435E33; }
span { border-color: rgb(67,94,51); }
td.TdClassName
{
border-color: #435E33;
}
.TagClassName
{
border-color: #435E33;
}
</style>