Shades of Dell #476B22
Tints of Dell #476B22
RGB
CMYK
RGB Variations
Color information
#476B22 (or 0x476B22) is known color: Dell. HEX triplet: 47, 6B and 22. RGB value is (71,107,34). Sum of RGB (Red+Green+Blue) = 71+107+34=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #476B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476B22 is #B894DD. Grayscale: #585858. Windows color (decimal): -12096734 or 2255687. OLE color: 2255687.
HSL color Cylindrical-coordinate representation of color #476B22: hue angle of 89.59º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476B22 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 107 | 34 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.58 |
| HSL | 89.59º | 0.52% | 0.28% | - |
| HSV(B) | 89.59º | 0.68% | 0.42% | - |
| XYZ | 8.14 | 11.97 | 3.39 | - |
| YUV | 87.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 34 | 0.34 | 0 | 0.68 | 0.58 | 89.59 | 0.52 | 0.28 |
| Hex | 47 | 6B | 22 | 22 | 0 | 44 | 3A | 5A | 34 | 1C |
| Octal | 107 | 153 | 42 | 42 | 0 | 104 | 72 | 132 | 64 | 34 |
| Binary | 1000111 | 1101011 | 100010 | 100010 | 0 | 1000100 | 111010 | 1011010 | 110100 | 11100 |
Color Harmonies of #476B22
Complementary color
Monochromatic Colors of #476B22
Black with #476B22
Text Example
Text Example
White with #476B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476B22; }
p { color: rgb(71,107,34); }
H1.HeaderClassName
{
color: #476B22;
}
.AnyTagClassName
{
color: #476B22;
}
</style>
background-color css
<style>
a { background-color: #476B22; }
a { background-color: rgb(71,107,34); }
div.DivClassName
{
background-color: #476B22;
}
.BgClassName
{
background-color: #476B22;
}
</style>
border-color css
<style>
span { border-color: #476B22; }
span { border-color: rgb(71,107,34); }
td.TdClassName
{
border-color: #476B22;
}
.TagClassName
{
border-color: #476B22;
}
</style>