Shades of Camouflage #4F4E2E
Tints of Camouflage #4F4E2E
RGB
CMYK
RGB Variations
Color information
#4F4E2E (or 0x4F4E2E) is known color: Camouflage. HEX triplet: 4F, 4E and 2E. RGB value is (79,78,46). Sum of RGB (Red+Green+Blue) = 79+78+46=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4E2E is #B0B1D1. Grayscale: #4A4A4A. Windows color (decimal): -11579858 or 3034703. OLE color: 3034703.
HSL color Cylindrical-coordinate representation of color #4F4E2E: hue angle of 58.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F4E2E is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 78 | 46 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.69 |
| HSL | 58.18º | 0.26% | 0.25% | - |
| HSV(B) | 58.18º | 0.42% | 0.31% | - |
| XYZ | 6.44 | 7.31 | 3.66 | - |
| YUV | 74.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 46 | 0 | 0.01 | 0.42 | 0.69 | 58.18 | 0.26 | 0.25 |
| Hex | 4F | 4E | 2E | 0 | 1 | 2A | 45 | 3A | 1A | 19 |
| Octal | 117 | 116 | 56 | 0 | 1 | 52 | 105 | 72 | 32 | 31 |
| Binary | 1001111 | 1001110 | 101110 | 0 | 1 | 101010 | 1000101 | 111010 | 11010 | 11001 |
Color Harmonies of #4F4E2E
Complementary color
Monochromatic Colors of #4F4E2E
Black with #4F4E2E
Text Example
Text Example
White with #4F4E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E2E; }
p { color: rgb(79,78,46); }
H1.HeaderClassName
{
color: #4F4E2E;
}
.AnyTagClassName
{
color: #4F4E2E;
}
</style>
background-color css
<style>
a { background-color: #4F4E2E; }
a { background-color: rgb(79,78,46); }
div.DivClassName
{
background-color: #4F4E2E;
}
.BgClassName
{
background-color: #4F4E2E;
}
</style>
border-color css
<style>
span { border-color: #4F4E2E; }
span { border-color: rgb(79,78,46); }
td.TdClassName
{
border-color: #4F4E2E;
}
.TagClassName
{
border-color: #4F4E2E;
}
</style>