#728366

Color #728366 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #728366

Tints of Camouflage Green #728366

Color information

#728366 (or 0x728366) is unknown color: approx Camouflage Green. HEX triplet: 72, 83 and 66. RGB value is (114,131,102). Sum of RGB (Red+Green+Blue) = 114+131+102=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #728366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728366 is #8D7C99. Grayscale: #7A7A7A. Windows color (decimal): -9272474 or 6718322. OLE color: 6718322.

HSL color Cylindrical-coordinate representation of color #728366: hue angle of 95.17º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728366 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB114131102-
CMYK0.1300.220.49
HSL95.17º12.45%45.69%-
HSV(B)95.17º22.14%51.37%-
XYZ17.4520.7715.66-
YUV122.61116.37121.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=32.85%
G=37.75%
B=29.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311020.1300.220.4995.1712.4545.69
Hex728366D016315fc2e
Octal16220314615026611371456
Binary1110010100000111100110110101011011000110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728366; }

 p { color: rgb(114,131,102); }

 H1.HeaderClassName
 {
   color: #728366;
 }
 .AnyTagClassName
 {
   color: #728366;
 }
</style>
background-color css

<style>
 a { background-color: #728366; }

 a { background-color: rgb(114,131,102); }

 div.DivClassName
 {
   background-color: #728366;
 }
 .BgClassName
 {
   background-color: #728366;
 }
</style>
border-color css

<style>
 span { border-color: #728366; }

 span { border-color: rgb(114,131,102); }

 td.TdClassName
 {
   border-color: #728366;
 }
 .TagClassName
 {
   border-color: #728366;
 }
</style>