Shades of Camouflage Green #829272
Tints of Camouflage Green #829272
RGB
CMYK
RGB Variations
Color information
#829272 (or 0x829272) is known color: Camouflage Green. HEX triplet: 82, 92 and 72. RGB value is (130,146,114). Sum of RGB (Red+Green+Blue) = 130+146+114=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #829272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829272 is #7D6D8D. Grayscale: #898989. Windows color (decimal): -8220046 or 7508610. OLE color: 7508610.
HSL color Cylindrical-coordinate representation of color #829272: hue angle of 90º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829272 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 114 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.43 |
| HSL | 90º | 0.13% | 0.51% | - |
| HSV(B) | 90º | 0.22% | 0.57% | - |
| XYZ | 22.52 | 26.52 | 19.85 | - |
| YUV | 137.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 114 | 0.11 | 0 | 0.22 | 0.43 | 90 | 0.13 | 0.51 |
| Hex | 82 | 92 | 72 | B | 0 | 16 | 2B | 5A | D | 33 |
| Octal | 202 | 222 | 162 | 13 | 0 | 26 | 53 | 132 | 15 | 63 |
| Binary | 10000010 | 10010010 | 1110010 | 1011 | 0 | 10110 | 101011 | 1011010 | 1101 | 110011 |
Color Harmonies of #829272
Complementary color
Monochromatic Colors of #829272
Black with #829272
Text Example
Text Example
White with #829272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829272; }
p { color: rgb(130,146,114); }
H1.HeaderClassName
{
color: #829272;
}
.AnyTagClassName
{
color: #829272;
}
</style>
background-color css
<style>
a { background-color: #829272; }
a { background-color: rgb(130,146,114); }
div.DivClassName
{
background-color: #829272;
}
.BgClassName
{
background-color: #829272;
}
</style>
border-color css
<style>
span { border-color: #829272; }
span { border-color: rgb(130,146,114); }
td.TdClassName
{
border-color: #829272;
}
.TagClassName
{
border-color: #829272;
}
</style>