#718264

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

Shades of Camouflage Green #718264

Tints of Camouflage Green #718264

Color information

#718264 (or 0x718264) is unknown color: approx Camouflage Green. HEX triplet: 71, 82 and 64. RGB value is (113,130,100). Sum of RGB (Red+Green+Blue) = 113+130+100=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #718264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718264 is #8E7D9B. Grayscale: #797979. Windows color (decimal): -9338268 or 6586993. OLE color: 6586993.

HSL color Cylindrical-coordinate representation of color #718264: 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 #718264 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB113130100-
CMYK0.1300.230.49
HSL94º13.04%45.1%-
HSV(B)94º23.08%50.98%-
XYZ17.0920.415.09-
YUV121.5115.87121.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=32.94%
G=37.90%
B=29.15%

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
Decimal1131301000.1300.230.499413.0445.1
Hex718264D017315ed2d
Octal16120214415027611361555
Binary1110001100000101100100110101011111000110111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718264; }

 p { color: rgb(113,130,100); }

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

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

 a { background-color: rgb(113,130,100); }

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

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

 span { border-color: rgb(113,130,100); }

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