#728362

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

Shades of Camouflage Green #728362

Tints of Camouflage Green #728362

Color information

#728362 (or 0x728362) is unknown color: approx Camouflage Green. HEX triplet: 72, 83 and 62. RGB value is (114,131,98). Sum of RGB (Red+Green+Blue) = 114+131+98=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #728362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728362 is #8D7C9D. Grayscale: #7A7A7A. Windows color (decimal): -9272478 or 6456178. OLE color: 6456178.

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

Color convert

RGB11413198-
CMYK0.1300.250.49
HSL90.91º14.41%44.9%-
HSV(B)90.91º25.19%51.37%-
XYZ17.2620.6914.64-
YUV122.15114.37122.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=33.24%
G=38.19%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114131980.1300.250.4990.9114.4144.9
Hex728362D019315be2d
Octal16220314215031611331655
Binary1110010100000111100010110101100111000110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728362; }

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

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

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

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

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

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

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

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