Shades of Camouflage Green #738462
Tints of Camouflage Green #738462
RGB
CMYK
RGB Variations
Color information
#738462 (or 0x738462) is known color: Camouflage Green. HEX triplet: 73, 84 and 62. RGB value is (115,132,98). Sum of RGB (Red+Green+Blue) = 115+132+98=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #738462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738462 is #8C7B9D. Grayscale: #7B7B7B. Windows color (decimal): -9206686 or 6456435. OLE color: 6456435.
HSL color Cylindrical-coordinate representation of color #738462: hue angle of 90º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #738462 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 98 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.48 |
| HSL | 90º | 0.15% | 0.45% | - |
| HSV(B) | 90º | 0.26% | 0.52% | - |
| XYZ | 17.53 | 21.03 | 14.69 | - |
| YUV | 123.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 98 | 0.13 | 0 | 0.26 | 0.48 | 90 | 0.15 | 0.45 |
| Hex | 73 | 84 | 62 | D | 0 | 1A | 30 | 5A | F | 2D |
| Octal | 163 | 204 | 142 | 15 | 0 | 32 | 60 | 132 | 17 | 55 |
| Binary | 1110011 | 10000100 | 1100010 | 1101 | 0 | 11010 | 110000 | 1011010 | 1111 | 101101 |
Color Harmonies of #738462
Complementary color
Monochromatic Colors of #738462
Black with #738462
Text Example
Text Example
White with #738462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738462; }
p { color: rgb(115,132,98); }
H1.HeaderClassName
{
color: #738462;
}
.AnyTagClassName
{
color: #738462;
}
</style>
background-color css
<style>
a { background-color: #738462; }
a { background-color: rgb(115,132,98); }
div.DivClassName
{
background-color: #738462;
}
.BgClassName
{
background-color: #738462;
}
</style>
border-color css
<style>
span { border-color: #738462; }
span { border-color: rgb(115,132,98); }
td.TdClassName
{
border-color: #738462;
}
.TagClassName
{
border-color: #738462;
}
</style>