Shades of Camouflage #514E30
Tints of Camouflage #514E30
RGB
CMYK
RGB Variations
Color information
#514E30 (or 0x514E30) is known color: Camouflage. HEX triplet: 51, 4E and 30. RGB value is (81,78,48). Sum of RGB (Red+Green+Blue) = 81+78+48=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E30 is #AEB1CF. Grayscale: #4B4B4B. Windows color (decimal): -11448784 or 3165777. OLE color: 3165777.
HSL color Cylindrical-coordinate representation of color #514E30: hue angle of 54.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514E30 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 48 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.68 |
| HSL | 54.55º | 0.26% | 0.25% | - |
| HSV(B) | 54.55º | 0.41% | 0.32% | - |
| XYZ | 6.65 | 7.41 | 3.88 | - |
| YUV | 75.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 48 | 0 | 0.04 | 0.41 | 0.68 | 54.55 | 0.26 | 0.25 |
| Hex | 51 | 4E | 30 | 0 | 4 | 29 | 44 | 37 | 1A | 19 |
| Octal | 121 | 116 | 60 | 0 | 4 | 51 | 104 | 67 | 32 | 31 |
| Binary | 1010001 | 1001110 | 110000 | 0 | 100 | 101001 | 1000100 | 110111 | 11010 | 11001 |
Color Harmonies of #514E30
Complementary color
Monochromatic Colors of #514E30
Black with #514E30
Text Example
Text Example
White with #514E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E30; }
p { color: rgb(81,78,48); }
H1.HeaderClassName
{
color: #514E30;
}
.AnyTagClassName
{
color: #514E30;
}
</style>
background-color css
<style>
a { background-color: #514E30; }
a { background-color: rgb(81,78,48); }
div.DivClassName
{
background-color: #514E30;
}
.BgClassName
{
background-color: #514E30;
}
</style>
border-color css
<style>
span { border-color: #514E30; }
span { border-color: rgb(81,78,48); }
td.TdClassName
{
border-color: #514E30;
}
.TagClassName
{
border-color: #514E30;
}
</style>