Shades of Dell #435A2E
Tints of Dell #435A2E
RGB
CMYK
RGB Variations
Color information
#435A2E (or 0x435A2E) is known color: Dell. HEX triplet: 43, 5A and 2E. RGB value is (67,90,46). Sum of RGB (Red+Green+Blue) = 67+90+46=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #435A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A2E is #BCA5D1. Grayscale: #4E4E4E. Windows color (decimal): -12363218 or 3037763. OLE color: 3037763.
HSL color Cylindrical-coordinate representation of color #435A2E: hue angle of 91.36º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #435A2E is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 46 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.65 |
| HSL | 91.36º | 0.32% | 0.27% | - |
| HSV(B) | 91.36º | 0.49% | 0.35% | - |
| XYZ | 6.46 | 8.7 | 3.92 | - |
| YUV | 78.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 46 | 0.26 | 0 | 0.49 | 0.65 | 91.36 | 0.32 | 0.27 |
| Hex | 43 | 5A | 2E | 1A | 0 | 31 | 41 | 5B | 20 | 1B |
| Octal | 103 | 132 | 56 | 32 | 0 | 61 | 101 | 133 | 40 | 33 |
| Binary | 1000011 | 1011010 | 101110 | 11010 | 0 | 110001 | 1000001 | 1011011 | 100000 | 11011 |
Color Harmonies of #435A2E
Complementary color
Monochromatic Colors of #435A2E
Black with #435A2E
Text Example
Text Example
White with #435A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A2E; }
p { color: rgb(67,90,46); }
H1.HeaderClassName
{
color: #435A2E;
}
.AnyTagClassName
{
color: #435A2E;
}
</style>
background-color css
<style>
a { background-color: #435A2E; }
a { background-color: rgb(67,90,46); }
div.DivClassName
{
background-color: #435A2E;
}
.BgClassName
{
background-color: #435A2E;
}
</style>
border-color css
<style>
span { border-color: #435A2E; }
span { border-color: rgb(67,90,46); }
td.TdClassName
{
border-color: #435A2E;
}
.TagClassName
{
border-color: #435A2E;
}
</style>