Shades of Dell #435A33
Tints of Dell #435A33
RGB
CMYK
RGB Variations
Color information
#435A33 (or 0x435A33) is known color: Dell. HEX triplet: 43, 5A and 33. RGB value is (67,90,51). Sum of RGB (Red+Green+Blue) = 67+90+51=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #435A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A33 is #BCA5CC. Grayscale: #4E4E4E. Windows color (decimal): -12363213 or 3365443. OLE color: 3365443.
HSL color Cylindrical-coordinate representation of color #435A33: hue angle of 95.38º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #435A33 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 51 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.65 |
| HSL | 95.38º | 0.28% | 0.28% | - |
| HSV(B) | 95.38º | 0.43% | 0.35% | - |
| XYZ | 6.57 | 8.74 | 4.47 | - |
| YUV | 78.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 51 | 0.26 | 0 | 0.43 | 0.65 | 95.38 | 0.28 | 0.28 |
| Hex | 43 | 5A | 33 | 1A | 0 | 2B | 41 | 5F | 1C | 1C |
| Octal | 103 | 132 | 63 | 32 | 0 | 53 | 101 | 137 | 34 | 34 |
| Binary | 1000011 | 1011010 | 110011 | 11010 | 0 | 101011 | 1000001 | 1011111 | 11100 | 11100 |
Color Harmonies of #435A33
Complementary color
Monochromatic Colors of #435A33
Black with #435A33
Text Example
Text Example
White with #435A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A33; }
p { color: rgb(67,90,51); }
H1.HeaderClassName
{
color: #435A33;
}
.AnyTagClassName
{
color: #435A33;
}
</style>
background-color css
<style>
a { background-color: #435A33; }
a { background-color: rgb(67,90,51); }
div.DivClassName
{
background-color: #435A33;
}
.BgClassName
{
background-color: #435A33;
}
</style>
border-color css
<style>
span { border-color: #435A33; }
span { border-color: rgb(67,90,51); }
td.TdClassName
{
border-color: #435A33;
}
.TagClassName
{
border-color: #435A33;
}
</style>