#718562

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

Shades of Camouflage Green #718562

Tints of Camouflage Green #718562

Color information

#718562 (or 0x718562) is unknown color: approx Camouflage Green. HEX triplet: 71, 85 and 62. RGB value is (113,133,98). Sum of RGB (Red+Green+Blue) = 113+133+98=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #718562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718562 is #8E7A9D. Grayscale: #7B7B7B. Windows color (decimal): -9337502 or 6456689. OLE color: 6456689.

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

Color convert

RGB11313398-
CMYK0.1500.260.48
HSL94.29º15.15%45.29%-
HSV(B)94.29º26.32%52.16%-
XYZ17.421.1714.72-
YUV123.03113.87120.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=32.85%
G=38.66%
B=28.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133980.1500.260.4894.2915.1545.29
Hex718562F01A305ef2d
Octal16120514217032601361755
Binary1110001100001011100010111101101011000010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718562; }

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

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

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

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

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

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

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

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