Shades of Dell #435F34
Tints of Dell #435F34
RGB
CMYK
RGB Variations
Color information
#435F34 (or 0x435F34) is known color: Dell. HEX triplet: 43, 5F and 34. RGB value is (67,95,52). Sum of RGB (Red+Green+Blue) = 67+95+52=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #435F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F34 is #BCA0CB. Grayscale: #515151. Windows color (decimal): -12361932 or 3432259. OLE color: 3432259.
HSL color Cylindrical-coordinate representation of color #435F34: hue angle of 99.07º 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 #435F34 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 52 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.63 |
| HSL | 99.07º | 0.29% | 0.29% | - |
| HSV(B) | 99.07º | 0.45% | 0.37% | - |
| XYZ | 7.03 | 9.63 | 4.74 | - |
| YUV | 81.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 52 | 0.29 | 0 | 0.45 | 0.63 | 99.07 | 0.29 | 0.29 |
| Hex | 43 | 5F | 34 | 1D | 0 | 2D | 3F | 63 | 1D | 1D |
| Octal | 103 | 137 | 64 | 35 | 0 | 55 | 77 | 143 | 35 | 35 |
| Binary | 1000011 | 1011111 | 110100 | 11101 | 0 | 101101 | 111111 | 1100011 | 11101 | 11101 |
Color Harmonies of #435F34
Complementary color
Monochromatic Colors of #435F34
Black with #435F34
Text Example
Text Example
White with #435F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F34; }
p { color: rgb(67,95,52); }
H1.HeaderClassName
{
color: #435F34;
}
.AnyTagClassName
{
color: #435F34;
}
</style>
background-color css
<style>
a { background-color: #435F34; }
a { background-color: rgb(67,95,52); }
div.DivClassName
{
background-color: #435F34;
}
.BgClassName
{
background-color: #435F34;
}
</style>
border-color css
<style>
span { border-color: #435F34; }
span { border-color: rgb(67,95,52); }
td.TdClassName
{
border-color: #435F34;
}
.TagClassName
{
border-color: #435F34;
}
</style>