Shades of Dell #476F25
Tints of Dell #476F25
RGB
CMYK
RGB Variations
Color information
#476F25 (or 0x476F25) is known color: Dell. HEX triplet: 47, 6F and 25. RGB value is (71,111,37). Sum of RGB (Red+Green+Blue) = 71+111+37=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #476F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F25 is #B890DA. Grayscale: #5A5A5A. Windows color (decimal): -12095707 or 2453319. OLE color: 2453319.
HSL color Cylindrical-coordinate representation of color #476F25: hue angle of 92.43º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476F25 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 111 | 37 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.56 |
| HSL | 92.43º | 0.5% | 0.29% | - |
| HSV(B) | 92.43º | 0.67% | 0.44% | - |
| XYZ | 8.62 | 12.84 | 3.77 | - |
| YUV | 90.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 37 | 0.36 | 0 | 0.67 | 0.56 | 92.43 | 0.5 | 0.29 |
| Hex | 47 | 6F | 25 | 24 | 0 | 43 | 38 | 5C | 32 | 1D |
| Octal | 107 | 157 | 45 | 44 | 0 | 103 | 70 | 134 | 62 | 35 |
| Binary | 1000111 | 1101111 | 100101 | 100100 | 0 | 1000011 | 111000 | 1011100 | 110010 | 11101 |
Color Harmonies of #476F25
Complementary color
Monochromatic Colors of #476F25
Black with #476F25
Text Example
Text Example
White with #476F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F25; }
p { color: rgb(71,111,37); }
H1.HeaderClassName
{
color: #476F25;
}
.AnyTagClassName
{
color: #476F25;
}
</style>
background-color css
<style>
a { background-color: #476F25; }
a { background-color: rgb(71,111,37); }
div.DivClassName
{
background-color: #476F25;
}
.BgClassName
{
background-color: #476F25;
}
</style>
border-color css
<style>
span { border-color: #476F25; }
span { border-color: rgb(71,111,37); }
td.TdClassName
{
border-color: #476F25;
}
.TagClassName
{
border-color: #476F25;
}
</style>