Shades of Dell #435C2D
Tints of Dell #435C2D
RGB
CMYK
RGB Variations
Color information
#435C2D (or 0x435C2D) is known color: Dell. HEX triplet: 43, 5C and 2D. RGB value is (67,92,45). Sum of RGB (Red+Green+Blue) = 67+92+45=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #435C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435C2D is #BCA3D2. Grayscale: #4F4F4F. Windows color (decimal): -12362707 or 2972739. OLE color: 2972739.
HSL color Cylindrical-coordinate representation of color #435C2D: hue angle of 91.91º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #435C2D is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 45 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.64 |
| HSL | 91.91º | 0.34% | 0.27% | - |
| HSV(B) | 91.91º | 0.51% | 0.36% | - |
| XYZ | 6.62 | 9.04 | 3.88 | - |
| YUV | 79.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 45 | 0.27 | 0 | 0.51 | 0.64 | 91.91 | 0.34 | 0.27 |
| Hex | 43 | 5C | 2D | 1B | 0 | 33 | 40 | 5C | 22 | 1B |
| Octal | 103 | 134 | 55 | 33 | 0 | 63 | 100 | 134 | 42 | 33 |
| Binary | 1000011 | 1011100 | 101101 | 11011 | 0 | 110011 | 1000000 | 1011100 | 100010 | 11011 |
Color Harmonies of #435C2D
Complementary color
Monochromatic Colors of #435C2D
Black with #435C2D
Text Example
Text Example
White with #435C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C2D; }
p { color: rgb(67,92,45); }
H1.HeaderClassName
{
color: #435C2D;
}
.AnyTagClassName
{
color: #435C2D;
}
</style>
background-color css
<style>
a { background-color: #435C2D; }
a { background-color: rgb(67,92,45); }
div.DivClassName
{
background-color: #435C2D;
}
.BgClassName
{
background-color: #435C2D;
}
</style>
border-color css
<style>
span { border-color: #435C2D; }
span { border-color: rgb(67,92,45); }
td.TdClassName
{
border-color: #435C2D;
}
.TagClassName
{
border-color: #435C2D;
}
</style>