Shades of Camouflage #514E22
Tints of Camouflage #514E22
RGB
CMYK
RGB Variations
Color information
#514E22 (or 0x514E22) is known color: Camouflage. HEX triplet: 51, 4E and 22. RGB value is (81,78,34). Sum of RGB (Red+Green+Blue) = 81+78+34=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E22 is #AEB1DD. Grayscale: #4A4A4A. Windows color (decimal): -11448798 or 2248273. OLE color: 2248273.
HSL color Cylindrical-coordinate representation of color #514E22: hue angle of 56.17º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514E22 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 34 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.68 |
| HSL | 56.17º | 0.41% | 0.23% | - |
| HSV(B) | 56.17º | 0.58% | 0.32% | - |
| XYZ | 6.41 | 7.31 | 2.59 | - |
| YUV | 73.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 34 | 0 | 0.04 | 0.58 | 0.68 | 56.17 | 0.41 | 0.23 |
| Hex | 51 | 4E | 22 | 0 | 4 | 3A | 44 | 38 | 29 | 17 |
| Octal | 121 | 116 | 42 | 0 | 4 | 72 | 104 | 70 | 51 | 27 |
| Binary | 1010001 | 1001110 | 100010 | 0 | 100 | 111010 | 1000100 | 111000 | 101001 | 10111 |
Color Harmonies of #514E22
Complementary color
Monochromatic Colors of #514E22
Black with #514E22
Text Example
Text Example
White with #514E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E22; }
p { color: rgb(81,78,34); }
H1.HeaderClassName
{
color: #514E22;
}
.AnyTagClassName
{
color: #514E22;
}
</style>
background-color css
<style>
a { background-color: #514E22; }
a { background-color: rgb(81,78,34); }
div.DivClassName
{
background-color: #514E22;
}
.BgClassName
{
background-color: #514E22;
}
</style>
border-color css
<style>
span { border-color: #514E22; }
span { border-color: rgb(81,78,34); }
td.TdClassName
{
border-color: #514E22;
}
.TagClassName
{
border-color: #514E22;
}
</style>