Shades of Camouflage Green #829372
Tints of Camouflage Green #829372
RGB
CMYK
RGB Variations
Color information
#829372 (or 0x829372) is known color: Camouflage Green. HEX triplet: 82, 93 and 72. RGB value is (130,147,114). Sum of RGB (Red+Green+Blue) = 130+147+114=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #829372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829372 is #7D6C8D. Grayscale: #8A8A8A. Windows color (decimal): -8219790 or 7508866. OLE color: 7508866.
HSL color Cylindrical-coordinate representation of color #829372: hue angle of 90.91º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829372 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 114 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.42 |
| HSL | 90.91º | 0.13% | 0.51% | - |
| HSV(B) | 90.91º | 0.22% | 0.58% | - |
| XYZ | 22.68 | 26.83 | 19.9 | - |
| YUV | 138.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 114 | 0.12 | 0 | 0.22 | 0.42 | 90.91 | 0.13 | 0.51 |
| Hex | 82 | 93 | 72 | C | 0 | 16 | 2A | 5B | D | 33 |
| Octal | 202 | 223 | 162 | 14 | 0 | 26 | 52 | 133 | 15 | 63 |
| Binary | 10000010 | 10010011 | 1110010 | 1100 | 0 | 10110 | 101010 | 1011011 | 1101 | 110011 |
Color Harmonies of #829372
Complementary color
Monochromatic Colors of #829372
Black with #829372
Text Example
Text Example
White with #829372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829372; }
p { color: rgb(130,147,114); }
H1.HeaderClassName
{
color: #829372;
}
.AnyTagClassName
{
color: #829372;
}
</style>
background-color css
<style>
a { background-color: #829372; }
a { background-color: rgb(130,147,114); }
div.DivClassName
{
background-color: #829372;
}
.BgClassName
{
background-color: #829372;
}
</style>
border-color css
<style>
span { border-color: #829372; }
span { border-color: rgb(130,147,114); }
td.TdClassName
{
border-color: #829372;
}
.TagClassName
{
border-color: #829372;
}
</style>