#728364

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

Shades of Camouflage Green #728364

Tints of Camouflage Green #728364

Color information

#728364 (or 0x728364) is unknown color: approx Camouflage Green. HEX triplet: 72, 83 and 64. RGB value is (114,131,100). Sum of RGB (Red+Green+Blue) = 114+131+100=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #728364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728364 is #8D7C9B. Grayscale: #7A7A7A. Windows color (decimal): -9272476 or 6587250. OLE color: 6587250.

HSL color Cylindrical-coordinate representation of color #728364: hue angle of 92.9º 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 #728364 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB114131100-
CMYK0.1300.240.49
HSL92.9º13.42%45.29%-
HSV(B)92.9º23.66%51.37%-
XYZ17.3620.7315.14-
YUV122.38115.37122.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=33.04%
G=37.97%
B=28.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311000.1300.240.4992.913.4245.29
Hex728364D018315dd2d
Octal16220314415030611351555
Binary1110010100000111100100110101100011000110111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728364; }

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

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

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

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

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

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

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

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