Shades of Dell #436223
Tints of Dell #436223
RGB
CMYK
RGB Variations
Color information
#436223 (or 0x436223) is known color: Dell. HEX triplet: 43, 62 and 23. RGB value is (67,98,35). Sum of RGB (Red+Green+Blue) = 67+98+35=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #436223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436223 is #BC9DDC. Grayscale: #515151. Windows color (decimal): -12361181 or 2318915. OLE color: 2318915.
HSL color Cylindrical-coordinate representation of color #436223: hue angle of 89.52º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #436223 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 98 | 35 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.62 |
| HSL | 89.52º | 0.47% | 0.26% | - |
| HSV(B) | 89.52º | 0.64% | 0.38% | - |
| XYZ | 6.99 | 10.05 | 3.16 | - |
| YUV | 81.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 35 | 0.32 | 0 | 0.64 | 0.62 | 89.52 | 0.47 | 0.26 |
| Hex | 43 | 62 | 23 | 20 | 0 | 40 | 3E | 5A | 2F | 1A |
| Octal | 103 | 142 | 43 | 40 | 0 | 100 | 76 | 132 | 57 | 32 |
| Binary | 1000011 | 1100010 | 100011 | 100000 | 0 | 1000000 | 111110 | 1011010 | 101111 | 11010 |
Color Harmonies of #436223
Complementary color
Monochromatic Colors of #436223
Black with #436223
Text Example
Text Example
White with #436223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436223; }
p { color: rgb(67,98,35); }
H1.HeaderClassName
{
color: #436223;
}
.AnyTagClassName
{
color: #436223;
}
</style>
background-color css
<style>
a { background-color: #436223; }
a { background-color: rgb(67,98,35); }
div.DivClassName
{
background-color: #436223;
}
.BgClassName
{
background-color: #436223;
}
</style>
border-color css
<style>
span { border-color: #436223; }
span { border-color: rgb(67,98,35); }
td.TdClassName
{
border-color: #436223;
}
.TagClassName
{
border-color: #436223;
}
</style>