Shades of Dell #435F2D
Tints of Dell #435F2D
RGB
CMYK
RGB Variations
Color information
#435F2D (or 0x435F2D) is known color: Dell. HEX triplet: 43, 5F and 2D. RGB value is (67,95,45). Sum of RGB (Red+Green+Blue) = 67+95+45=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #435F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F2D is #BCA0D2. Grayscale: #515151. Windows color (decimal): -12361939 or 2973507. OLE color: 2973507.
HSL color Cylindrical-coordinate representation of color #435F2D: hue angle of 93.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #435F2D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 45 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.63 |
| HSL | 93.6º | 0.36% | 0.27% | - |
| HSV(B) | 93.6º | 0.53% | 0.37% | - |
| XYZ | 6.88 | 9.57 | 3.97 | - |
| YUV | 80.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 45 | 0.29 | 0 | 0.53 | 0.63 | 93.6 | 0.36 | 0.27 |
| Hex | 43 | 5F | 2D | 1D | 0 | 35 | 3F | 5E | 24 | 1B |
| Octal | 103 | 137 | 55 | 35 | 0 | 65 | 77 | 136 | 44 | 33 |
| Binary | 1000011 | 1011111 | 101101 | 11101 | 0 | 110101 | 111111 | 1011110 | 100100 | 11011 |
Color Harmonies of #435F2D
Complementary color
Monochromatic Colors of #435F2D
Black with #435F2D
Text Example
Text Example
White with #435F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F2D; }
p { color: rgb(67,95,45); }
H1.HeaderClassName
{
color: #435F2D;
}
.AnyTagClassName
{
color: #435F2D;
}
</style>
background-color css
<style>
a { background-color: #435F2D; }
a { background-color: rgb(67,95,45); }
div.DivClassName
{
background-color: #435F2D;
}
.BgClassName
{
background-color: #435F2D;
}
</style>
border-color css
<style>
span { border-color: #435F2D; }
span { border-color: rgb(67,95,45); }
td.TdClassName
{
border-color: #435F2D;
}
.TagClassName
{
border-color: #435F2D;
}
</style>