Shades of Camouflage #514E23
Tints of Camouflage #514E23
RGB
CMYK
RGB Variations
Color information
#514E23 (or 0x514E23) is known color: Camouflage. HEX triplet: 51, 4E and 23. RGB value is (81,78,35). Sum of RGB (Red+Green+Blue) = 81+78+35=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #514E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E23 is #AEB1DC. Grayscale: #4A4A4A. Windows color (decimal): -11448797 or 2313809. OLE color: 2313809.
HSL color Cylindrical-coordinate representation of color #514E23: hue angle of 56.09º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514E23 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 35 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.68 |
| HSL | 56.09º | 0.4% | 0.23% | - |
| HSV(B) | 56.09º | 0.57% | 0.32% | - |
| XYZ | 6.42 | 7.32 | 2.66 | - |
| YUV | 74 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 35 | 0 | 0.04 | 0.57 | 0.68 | 56.09 | 0.4 | 0.23 |
| Hex | 51 | 4E | 23 | 0 | 4 | 39 | 44 | 38 | 28 | 17 |
| Octal | 121 | 116 | 43 | 0 | 4 | 71 | 104 | 70 | 50 | 27 |
| Binary | 1010001 | 1001110 | 100011 | 0 | 100 | 111001 | 1000100 | 111000 | 101000 | 10111 |
Color Harmonies of #514E23
Complementary color
Monochromatic Colors of #514E23
Black with #514E23
Text Example
Text Example
White with #514E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E23; }
p { color: rgb(81,78,35); }
H1.HeaderClassName
{
color: #514E23;
}
.AnyTagClassName
{
color: #514E23;
}
</style>
background-color css
<style>
a { background-color: #514E23; }
a { background-color: rgb(81,78,35); }
div.DivClassName
{
background-color: #514E23;
}
.BgClassName
{
background-color: #514E23;
}
</style>
border-color css
<style>
span { border-color: #514E23; }
span { border-color: rgb(81,78,35); }
td.TdClassName
{
border-color: #514E23;
}
.TagClassName
{
border-color: #514E23;
}
</style>