Shades of Dell #435A34
Tints of Dell #435A34
RGB
CMYK
RGB Variations
Color information
#435A34 (or 0x435A34) is known color: Dell. HEX triplet: 43, 5A and 34. RGB value is (67,90,52). Sum of RGB (Red+Green+Blue) = 67+90+52=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #435A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A34 is #BCA5CB. Grayscale: #4E4E4E. Windows color (decimal): -12363212 or 3430979. OLE color: 3430979.
HSL color Cylindrical-coordinate representation of color #435A34: hue angle of 96.32º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #435A34 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 52 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.65 |
| HSL | 96.32º | 0.27% | 0.28% | - |
| HSV(B) | 96.32º | 0.42% | 0.35% | - |
| XYZ | 6.59 | 8.75 | 4.59 | - |
| YUV | 78.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 52 | 0.26 | 0 | 0.42 | 0.65 | 96.32 | 0.27 | 0.28 |
| Hex | 43 | 5A | 34 | 1A | 0 | 2A | 41 | 60 | 1B | 1C |
| Octal | 103 | 132 | 64 | 32 | 0 | 52 | 101 | 140 | 33 | 34 |
| Binary | 1000011 | 1011010 | 110100 | 11010 | 0 | 101010 | 1000001 | 1100000 | 11011 | 11100 |
Color Harmonies of #435A34
Complementary color
Monochromatic Colors of #435A34
Black with #435A34
Text Example
Text Example
White with #435A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A34; }
p { color: rgb(67,90,52); }
H1.HeaderClassName
{
color: #435A34;
}
.AnyTagClassName
{
color: #435A34;
}
</style>
background-color css
<style>
a { background-color: #435A34; }
a { background-color: rgb(67,90,52); }
div.DivClassName
{
background-color: #435A34;
}
.BgClassName
{
background-color: #435A34;
}
</style>
border-color css
<style>
span { border-color: #435A34; }
span { border-color: rgb(67,90,52); }
td.TdClassName
{
border-color: #435A34;
}
.TagClassName
{
border-color: #435A34;
}
</style>