Shades of Camouflage Green #859473
Tints of Camouflage Green #859473
RGB
CMYK
RGB Variations
Color information
#859473 (or 0x859473) is known color: Camouflage Green. HEX triplet: 85, 94 and 73. RGB value is (133,148,115). Sum of RGB (Red+Green+Blue) = 133+148+115=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #859473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859473 is #7A6B8C. Grayscale: #8B8B8B. Windows color (decimal): -8022925 or 7574661. OLE color: 7574661.
HSL color Cylindrical-coordinate representation of color #859473: hue angle of 87.27º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859473 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 115 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.42 |
| HSL | 87.27º | 0.13% | 0.52% | - |
| HSV(B) | 87.27º | 0.22% | 0.58% | - |
| XYZ | 23.36 | 27.4 | 20.28 | - |
| YUV | 139.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 115 | 0.10 | 0 | 0.22 | 0.42 | 87.27 | 0.13 | 0.52 |
| Hex | 85 | 94 | 73 | A | 0 | 16 | 2A | 57 | D | 34 |
| Octal | 205 | 224 | 163 | 12 | 0 | 26 | 52 | 127 | 15 | 64 |
| Binary | 10000101 | 10010100 | 1110011 | 1010 | 0 | 10110 | 101010 | 1010111 | 1101 | 110100 |
Color Harmonies of #859473
Complementary color
Monochromatic Colors of #859473
Black with #859473
Text Example
Text Example
White with #859473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859473; }
p { color: rgb(133,148,115); }
H1.HeaderClassName
{
color: #859473;
}
.AnyTagClassName
{
color: #859473;
}
</style>
background-color css
<style>
a { background-color: #859473; }
a { background-color: rgb(133,148,115); }
div.DivClassName
{
background-color: #859473;
}
.BgClassName
{
background-color: #859473;
}
</style>
border-color css
<style>
span { border-color: #859473; }
span { border-color: rgb(133,148,115); }
td.TdClassName
{
border-color: #859473;
}
.TagClassName
{
border-color: #859473;
}
</style>