Shades of Dell #435D34
Tints of Dell #435D34
RGB
CMYK
RGB Variations
Color information
#435D34 (or 0x435D34) is known color: Dell. HEX triplet: 43, 5D and 34. RGB value is (67,93,52). Sum of RGB (Red+Green+Blue) = 67+93+52=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #435D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435D34 is #BCA2CB. Grayscale: #505050. Windows color (decimal): -12362444 or 3431747. OLE color: 3431747.
HSL color Cylindrical-coordinate representation of color #435D34: hue angle of 98.05º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #435D34 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 52 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.64 |
| HSL | 98.05º | 0.28% | 0.28% | - |
| HSV(B) | 98.05º | 0.44% | 0.36% | - |
| XYZ | 6.85 | 9.27 | 4.68 | - |
| YUV | 80.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 52 | 0.28 | 0 | 0.44 | 0.64 | 98.05 | 0.28 | 0.28 |
| Hex | 43 | 5D | 34 | 1C | 0 | 2C | 40 | 62 | 1C | 1C |
| Octal | 103 | 135 | 64 | 34 | 0 | 54 | 100 | 142 | 34 | 34 |
| Binary | 1000011 | 1011101 | 110100 | 11100 | 0 | 101100 | 1000000 | 1100010 | 11100 | 11100 |
Color Harmonies of #435D34
Complementary color
Monochromatic Colors of #435D34
Black with #435D34
Text Example
Text Example
White with #435D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D34; }
p { color: rgb(67,93,52); }
H1.HeaderClassName
{
color: #435D34;
}
.AnyTagClassName
{
color: #435D34;
}
</style>
background-color css
<style>
a { background-color: #435D34; }
a { background-color: rgb(67,93,52); }
div.DivClassName
{
background-color: #435D34;
}
.BgClassName
{
background-color: #435D34;
}
</style>
border-color css
<style>
span { border-color: #435D34; }
span { border-color: rgb(67,93,52); }
td.TdClassName
{
border-color: #435D34;
}
.TagClassName
{
border-color: #435D34;
}
</style>