#718361

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

Shades of Camouflage Green #718361

Tints of Camouflage Green #718361

Color information

#718361 (or 0x718361) is unknown color: approx Camouflage Green. HEX triplet: 71, 83 and 61. RGB value is (113,131,97). Sum of RGB (Red+Green+Blue) = 113+131+97=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #718361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718361 is #8E7C9E. Grayscale: #797979. Windows color (decimal): -9338015 or 6390641. OLE color: 6390641.

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

Color convert

RGB11313197-
CMYK0.1400.260.49
HSL91.76º14.91%44.71%-
HSV(B)91.76º25.95%51.37%-
XYZ17.0820.6114.39-
YUV121.74114.04121.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=33.14%
G=38.42%
B=28.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113131970.1400.260.4991.7614.9144.71
Hex718361E01A315cf2d
Octal16120314116032611341755
Binary1110001100000111100001111001101011000110111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718361; }

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

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

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

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

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

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

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

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