Shades of Camouflage Green #728362
Tints of Camouflage Green #728362
RGB
CMYK
RGB Variations
Color information
#728362 (or 0x728362) is known color: Camouflage Green. HEX triplet: 72, 83 and 62. RGB value is (114,131,98). Sum of RGB (Red+Green+Blue) = 114+131+98=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #728362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728362 is #8D7C9D. Grayscale: #7A7A7A. Windows color (decimal): -9272478 or 6456178. OLE color: 6456178.
HSL color Cylindrical-coordinate representation of color #728362: hue angle of 90.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728362 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 131 | 98 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.49 |
| HSL | 90.91º | 0.14% | 0.45% | - |
| HSV(B) | 90.91º | 0.25% | 0.51% | - |
| XYZ | 17.26 | 20.69 | 14.64 | - |
| YUV | 122.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 98 | 0.13 | 0 | 0.25 | 0.49 | 90.91 | 0.14 | 0.45 |
| Hex | 72 | 83 | 62 | D | 0 | 19 | 31 | 5B | E | 2D |
| Octal | 162 | 203 | 142 | 15 | 0 | 31 | 61 | 133 | 16 | 55 |
| Binary | 1110010 | 10000011 | 1100010 | 1101 | 0 | 11001 | 110001 | 1011011 | 1110 | 101101 |
Color Harmonies of #728362
Complementary color
Monochromatic Colors of #728362
Black with #728362
Text Example
Text Example
White with #728362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728362; }
p { color: rgb(114,131,98); }
H1.HeaderClassName
{
color: #728362;
}
.AnyTagClassName
{
color: #728362;
}
</style>
background-color css
<style>
a { background-color: #728362; }
a { background-color: rgb(114,131,98); }
div.DivClassName
{
background-color: #728362;
}
.BgClassName
{
background-color: #728362;
}
</style>
border-color css
<style>
span { border-color: #728362; }
span { border-color: rgb(114,131,98); }
td.TdClassName
{
border-color: #728362;
}
.TagClassName
{
border-color: #728362;
}
</style>