#728365

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

Shades of Camouflage Green #728365

Tints of Camouflage Green #728365

Color information

#728365 (or 0x728365) is unknown color: approx Camouflage Green. HEX triplet: 72, 83 and 65. RGB value is (114,131,101). Sum of RGB (Red+Green+Blue) = 114+131+101=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #728365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728365 is #8D7C9A. Grayscale: #7A7A7A. Windows color (decimal): -9272475 or 6652786. OLE color: 6652786.

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

Color convert

RGB114131101-
CMYK0.1300.230.49
HSL94º12.93%45.49%-
HSV(B)94º22.9%51.37%-
XYZ17.420.7515.4-
YUV122.5115.87121.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=32.95%
G=37.86%
B=29.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311010.1300.230.499412.9345.49
Hex728365D017315ed2d
Octal16220314515027611361555
Binary1110010100000111100101110101011111000110111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728365; }

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

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

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

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

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

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

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

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