Shades of Dell #435D31
Tints of Dell #435D31
RGB
CMYK
RGB Variations
Color information
#435D31 (or 0x435D31) is known color: Dell. HEX triplet: 43, 5D and 31. RGB value is (67,93,49). Sum of RGB (Red+Green+Blue) = 67+93+49=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #435D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435D31 is #BCA2CE. Grayscale: #505050. Windows color (decimal): -12362447 or 3235139. OLE color: 3235139.
HSL color Cylindrical-coordinate representation of color #435D31: hue angle of 95.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #435D31 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 49 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.64 |
| HSL | 95.45º | 0.31% | 0.28% | - |
| HSV(B) | 95.45º | 0.47% | 0.36% | - |
| XYZ | 6.78 | 9.24 | 4.33 | - |
| YUV | 80.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 49 | 0.28 | 0 | 0.47 | 0.64 | 95.45 | 0.31 | 0.28 |
| Hex | 43 | 5D | 31 | 1C | 0 | 2F | 40 | 5F | 1F | 1C |
| Octal | 103 | 135 | 61 | 34 | 0 | 57 | 100 | 137 | 37 | 34 |
| Binary | 1000011 | 1011101 | 110001 | 11100 | 0 | 101111 | 1000000 | 1011111 | 11111 | 11100 |
Color Harmonies of #435D31
Complementary color
Monochromatic Colors of #435D31
Black with #435D31
Text Example
Text Example
White with #435D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D31; }
p { color: rgb(67,93,49); }
H1.HeaderClassName
{
color: #435D31;
}
.AnyTagClassName
{
color: #435D31;
}
</style>
background-color css
<style>
a { background-color: #435D31; }
a { background-color: rgb(67,93,49); }
div.DivClassName
{
background-color: #435D31;
}
.BgClassName
{
background-color: #435D31;
}
</style>
border-color css
<style>
span { border-color: #435D31; }
span { border-color: rgb(67,93,49); }
td.TdClassName
{
border-color: #435D31;
}
.TagClassName
{
border-color: #435D31;
}
</style>