Shades of Dell #476E2F
Tints of Dell #476E2F
RGB
CMYK
RGB Variations
Color information
#476E2F (or 0x476E2F) is known color: Dell. HEX triplet: 47, 6E and 2F. RGB value is (71,110,47). Sum of RGB (Red+Green+Blue) = 71+110+47=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #476E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476E2F is #B891D0. Grayscale: #5B5B5B. Windows color (decimal): -12095953 or 3108423. OLE color: 3108423.
HSL color Cylindrical-coordinate representation of color #476E2F: hue angle of 97.14º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #476E2F is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 110 | 47 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.57 |
| HSL | 97.14º | 0.4% | 0.31% | - |
| HSV(B) | 97.14º | 0.57% | 0.43% | - |
| XYZ | 8.69 | 12.7 | 4.68 | - |
| YUV | 91.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 47 | 0.35 | 0 | 0.57 | 0.57 | 97.14 | 0.4 | 0.31 |
| Hex | 47 | 6E | 2F | 23 | 0 | 39 | 39 | 61 | 28 | 1F |
| Octal | 107 | 156 | 57 | 43 | 0 | 71 | 71 | 141 | 50 | 37 |
| Binary | 1000111 | 1101110 | 101111 | 100011 | 0 | 111001 | 111001 | 1100001 | 101000 | 11111 |
Color Harmonies of #476E2F
Complementary color
Monochromatic Colors of #476E2F
Black with #476E2F
Text Example
Text Example
White with #476E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E2F; }
p { color: rgb(71,110,47); }
H1.HeaderClassName
{
color: #476E2F;
}
.AnyTagClassName
{
color: #476E2F;
}
</style>
background-color css
<style>
a { background-color: #476E2F; }
a { background-color: rgb(71,110,47); }
div.DivClassName
{
background-color: #476E2F;
}
.BgClassName
{
background-color: #476E2F;
}
</style>
border-color css
<style>
span { border-color: #476E2F; }
span { border-color: rgb(71,110,47); }
td.TdClassName
{
border-color: #476E2F;
}
.TagClassName
{
border-color: #476E2F;
}
</style>