#718362

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

Shades of Camouflage Green #718362

Tints of Camouflage Green #718362

Color information

#718362 (or 0x718362) is unknown color: approx Camouflage Green. HEX triplet: 71, 83 and 62. RGB value is (113,131,98). Sum of RGB (Red+Green+Blue) = 113+131+98=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #718362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718362 is #8E7C9D. Grayscale: #797979. Windows color (decimal): -9338014 or 6456177. OLE color: 6456177.

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

Color convert

RGB11313198-
CMYK0.1400.250.49
HSL92.73º14.41%44.9%-
HSV(B)92.73º25.19%51.37%-
XYZ17.1320.6314.63-
YUV121.86114.54121.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=33.04%
G=38.30%
B=28.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113131980.1400.250.4992.7314.4144.9
Hex718362E019315de2d
Octal16120314216031611351655
Binary1110001100000111100010111001100111000110111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718362; }

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

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

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

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

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

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

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

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