Shades of Camouflage Green #738364
Tints of Camouflage Green #738364
RGB
CMYK
RGB Variations
Color information
#738364 (or 0x738364) is known color: Camouflage Green. HEX triplet: 73, 83 and 64. RGB value is (115,131,100). Sum of RGB (Red+Green+Blue) = 115+131+100=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #738364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738364 is #8C7C9B. Grayscale: #7A7A7A. Windows color (decimal): -9206940 or 6587251. OLE color: 6587251.
HSL color Cylindrical-coordinate representation of color #738364: hue angle of 90.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #738364 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 131 | 100 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.49 |
| HSL | 90.97º | 0.13% | 0.45% | - |
| HSV(B) | 90.97º | 0.24% | 0.51% | - |
| XYZ | 17.49 | 20.8 | 15.15 | - |
| YUV | 122.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 100 | 0.12 | 0 | 0.24 | 0.49 | 90.97 | 0.13 | 0.45 |
| Hex | 73 | 83 | 64 | C | 0 | 18 | 31 | 5B | D | 2D |
| Octal | 163 | 203 | 144 | 14 | 0 | 30 | 61 | 133 | 15 | 55 |
| Binary | 1110011 | 10000011 | 1100100 | 1100 | 0 | 11000 | 110001 | 1011011 | 1101 | 101101 |
Color Harmonies of #738364
Complementary color
Monochromatic Colors of #738364
Black with #738364
Text Example
Text Example
White with #738364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738364; }
p { color: rgb(115,131,100); }
H1.HeaderClassName
{
color: #738364;
}
.AnyTagClassName
{
color: #738364;
}
</style>
background-color css
<style>
a { background-color: #738364; }
a { background-color: rgb(115,131,100); }
div.DivClassName
{
background-color: #738364;
}
.BgClassName
{
background-color: #738364;
}
</style>
border-color css
<style>
span { border-color: #738364; }
span { border-color: rgb(115,131,100); }
td.TdClassName
{
border-color: #738364;
}
.TagClassName
{
border-color: #738364;
}
</style>