#728562

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

Shades of Camouflage Green #728562

Tints of Camouflage Green #728562

Color information

#728562 (or 0x728562) is unknown color: approx Camouflage Green. HEX triplet: 72, 85 and 62. RGB value is (114,133,98). Sum of RGB (Red+Green+Blue) = 114+133+98=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #728562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728562 is #8D7A9D. Grayscale: #7B7B7B. Windows color (decimal): -9271966 or 6456690. OLE color: 6456690.

HSL color Cylindrical-coordinate representation of color #728562: hue angle of 92.57º 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 #728562 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB11413398-
CMYK0.1400.260.48
HSL92.57º15.15%45.29%-
HSV(B)92.57º26.32%52.16%-
XYZ17.5321.2314.73-
YUV123.33113.71121.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=33.04%
G=38.55%
B=28.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133980.1400.260.4892.5715.1545.29
Hex728562E01A305df2d
Octal16220514216032601351755
Binary1110010100001011100010111001101011000010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728562; }

 p { color: rgb(114,133,98); }

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

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

 a { background-color: rgb(114,133,98); }

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

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

 span { border-color: rgb(114,133,98); }

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