Shades of Dell #476C23
Tints of Dell #476C23
RGB
CMYK
RGB Variations
Color information
#476C23 (or 0x476C23) is known color: Dell. HEX triplet: 47, 6C and 23. RGB value is (71,108,35). Sum of RGB (Red+Green+Blue) = 71+108+35=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #476C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C23 is #B893DC. Grayscale: #585858. Windows color (decimal): -12096477 or 2321479. OLE color: 2321479.
HSL color Cylindrical-coordinate representation of color #476C23: hue angle of 90.41º degrees, saturation: 0.51, 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 #476C23 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 35 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.58 |
| HSL | 90.41º | 0.51% | 0.28% | - |
| HSV(B) | 90.41º | 0.68% | 0.42% | - |
| XYZ | 8.26 | 12.19 | 3.51 | - |
| YUV | 88.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 35 | 0.34 | 0 | 0.68 | 0.58 | 90.41 | 0.51 | 0.28 |
| Hex | 47 | 6C | 23 | 22 | 0 | 44 | 3A | 5A | 33 | 1C |
| Octal | 107 | 154 | 43 | 42 | 0 | 104 | 72 | 132 | 63 | 34 |
| Binary | 1000111 | 1101100 | 100011 | 100010 | 0 | 1000100 | 111010 | 1011010 | 110011 | 11100 |
Color Harmonies of #476C23
Complementary color
Monochromatic Colors of #476C23
Black with #476C23
Text Example
Text Example
White with #476C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C23; }
p { color: rgb(71,108,35); }
H1.HeaderClassName
{
color: #476C23;
}
.AnyTagClassName
{
color: #476C23;
}
</style>
background-color css
<style>
a { background-color: #476C23; }
a { background-color: rgb(71,108,35); }
div.DivClassName
{
background-color: #476C23;
}
.BgClassName
{
background-color: #476C23;
}
</style>
border-color css
<style>
span { border-color: #476C23; }
span { border-color: rgb(71,108,35); }
td.TdClassName
{
border-color: #476C23;
}
.TagClassName
{
border-color: #476C23;
}
</style>