Shades of Dell #436F24
Tints of Dell #436F24
RGB
CMYK
RGB Variations
Color information
#436F24 (or 0x436F24) is known color: Dell. HEX triplet: 43, 6F and 24. RGB value is (67,111,36). Sum of RGB (Red+Green+Blue) = 67+111+36=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #436F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436F24 is #BC90DB. Grayscale: #595959. Windows color (decimal): -12357852 or 2387779. OLE color: 2387779.
HSL color Cylindrical-coordinate representation of color #436F24: hue angle of 95.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #436F24 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 111 | 36 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.56 |
| HSL | 95.2º | 0.51% | 0.29% | - |
| HSV(B) | 95.2º | 0.68% | 0.44% | - |
| XYZ | 8.32 | 12.69 | 3.68 | - |
| YUV | 89.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 111 | 36 | 0.40 | 0 | 0.68 | 0.56 | 95.2 | 0.51 | 0.29 |
| Hex | 43 | 6F | 24 | 28 | 0 | 44 | 38 | 5F | 33 | 1D |
| Octal | 103 | 157 | 44 | 50 | 0 | 104 | 70 | 137 | 63 | 35 |
| Binary | 1000011 | 1101111 | 100100 | 101000 | 0 | 1000100 | 111000 | 1011111 | 110011 | 11101 |
Color Harmonies of #436F24
Complementary color
Monochromatic Colors of #436F24
Black with #436F24
Text Example
Text Example
White with #436F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436F24; }
p { color: rgb(67,111,36); }
H1.HeaderClassName
{
color: #436F24;
}
.AnyTagClassName
{
color: #436F24;
}
</style>
background-color css
<style>
a { background-color: #436F24; }
a { background-color: rgb(67,111,36); }
div.DivClassName
{
background-color: #436F24;
}
.BgClassName
{
background-color: #436F24;
}
</style>
border-color css
<style>
span { border-color: #436F24; }
span { border-color: rgb(67,111,36); }
td.TdClassName
{
border-color: #436F24;
}
.TagClassName
{
border-color: #436F24;
}
</style>