Shades of Dell #436D2D
Tints of Dell #436D2D
RGB
CMYK
RGB Variations
Color information
#436D2D (or 0x436D2D) is known color: Dell. HEX triplet: 43, 6D and 2D. RGB value is (67,109,45). Sum of RGB (Red+Green+Blue) = 67+109+45=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #436D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436D2D is #BC92D2. Grayscale: #595959. Windows color (decimal): -12358355 or 2977091. OLE color: 2977091.
HSL color Cylindrical-coordinate representation of color #436D2D: hue angle of 99.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #436D2D is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 109 | 45 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.57 |
| HSL | 99.38º | 0.42% | 0.3% | - |
| HSV(B) | 99.38º | 0.59% | 0.43% | - |
| XYZ | 8.26 | 12.32 | 4.43 | - |
| YUV | 89.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 109 | 45 | 0.39 | 0 | 0.59 | 0.57 | 99.38 | 0.42 | 0.3 |
| Hex | 43 | 6D | 2D | 27 | 0 | 3B | 39 | 63 | 2A | 1E |
| Octal | 103 | 155 | 55 | 47 | 0 | 73 | 71 | 143 | 52 | 36 |
| Binary | 1000011 | 1101101 | 101101 | 100111 | 0 | 111011 | 111001 | 1100011 | 101010 | 11110 |
Color Harmonies of #436D2D
Complementary color
Monochromatic Colors of #436D2D
Black with #436D2D
Text Example
Text Example
White with #436D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436D2D; }
p { color: rgb(67,109,45); }
H1.HeaderClassName
{
color: #436D2D;
}
.AnyTagClassName
{
color: #436D2D;
}
</style>
background-color css
<style>
a { background-color: #436D2D; }
a { background-color: rgb(67,109,45); }
div.DivClassName
{
background-color: #436D2D;
}
.BgClassName
{
background-color: #436D2D;
}
</style>
border-color css
<style>
span { border-color: #436D2D; }
span { border-color: rgb(67,109,45); }
td.TdClassName
{
border-color: #436D2D;
}
.TagClassName
{
border-color: #436D2D;
}
</style>