Shades of Dell #476C28
Tints of Dell #476C28
RGB
CMYK
RGB Variations
Color information
#476C28 (or 0x476C28) is known color: Dell. HEX triplet: 47, 6C and 28. RGB value is (71,108,40). Sum of RGB (Red+Green+Blue) = 71+108+40=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #476C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C28 is #B893D7. Grayscale: #595959. Windows color (decimal): -12096472 or 2649159. OLE color: 2649159.
HSL color Cylindrical-coordinate representation of color #476C28: hue angle of 92.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476C28 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 40 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.58 |
| HSL | 92.65º | 0.46% | 0.29% | - |
| HSV(B) | 92.65º | 0.63% | 0.42% | - |
| XYZ | 8.34 | 12.22 | 3.93 | - |
| YUV | 89.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 40 | 0.34 | 0 | 0.63 | 0.58 | 92.65 | 0.46 | 0.29 |
| Hex | 47 | 6C | 28 | 22 | 0 | 3F | 3A | 5D | 2E | 1D |
| Octal | 107 | 154 | 50 | 42 | 0 | 77 | 72 | 135 | 56 | 35 |
| Binary | 1000111 | 1101100 | 101000 | 100010 | 0 | 111111 | 111010 | 1011101 | 101110 | 11101 |
Color Harmonies of #476C28
Complementary color
Monochromatic Colors of #476C28
Black with #476C28
Text Example
Text Example
White with #476C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C28; }
p { color: rgb(71,108,40); }
H1.HeaderClassName
{
color: #476C28;
}
.AnyTagClassName
{
color: #476C28;
}
</style>
background-color css
<style>
a { background-color: #476C28; }
a { background-color: rgb(71,108,40); }
div.DivClassName
{
background-color: #476C28;
}
.BgClassName
{
background-color: #476C28;
}
</style>
border-color css
<style>
span { border-color: #476C28; }
span { border-color: rgb(71,108,40); }
td.TdClassName
{
border-color: #476C28;
}
.TagClassName
{
border-color: #476C28;
}
</style>