Shades of Dell #435E34
Tints of Dell #435E34
RGB
CMYK
RGB Variations
Color information
#435E34 (or 0x435E34) is known color: Dell. HEX triplet: 43, 5E and 34. RGB value is (67,94,52). Sum of RGB (Red+Green+Blue) = 67+94+52=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #435E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435E34 is #BCA1CB. Grayscale: #515151. Windows color (decimal): -12362188 or 3432003. OLE color: 3432003.
HSL color Cylindrical-coordinate representation of color #435E34: hue angle of 98.57º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #435E34 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 94 | 52 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.63 |
| HSL | 98.57º | 0.29% | 0.29% | - |
| HSV(B) | 98.57º | 0.45% | 0.37% | - |
| XYZ | 6.94 | 9.45 | 4.71 | - |
| YUV | 81.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 52 | 0.29 | 0 | 0.45 | 0.63 | 98.57 | 0.29 | 0.29 |
| Hex | 43 | 5E | 34 | 1D | 0 | 2D | 3F | 63 | 1D | 1D |
| Octal | 103 | 136 | 64 | 35 | 0 | 55 | 77 | 143 | 35 | 35 |
| Binary | 1000011 | 1011110 | 110100 | 11101 | 0 | 101101 | 111111 | 1100011 | 11101 | 11101 |
Color Harmonies of #435E34
Complementary color
Monochromatic Colors of #435E34
Black with #435E34
Text Example
Text Example
White with #435E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E34; }
p { color: rgb(67,94,52); }
H1.HeaderClassName
{
color: #435E34;
}
.AnyTagClassName
{
color: #435E34;
}
</style>
background-color css
<style>
a { background-color: #435E34; }
a { background-color: rgb(67,94,52); }
div.DivClassName
{
background-color: #435E34;
}
.BgClassName
{
background-color: #435E34;
}
</style>
border-color css
<style>
span { border-color: #435E34; }
span { border-color: rgb(67,94,52); }
td.TdClassName
{
border-color: #435E34;
}
.TagClassName
{
border-color: #435E34;
}
</style>