#718465

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

Shades of Camouflage Green #718465

Tints of Camouflage Green #718465

Color information

#718465 (or 0x718465) is unknown color: approx Camouflage Green. HEX triplet: 71, 84 and 65. RGB value is (113,132,101). Sum of RGB (Red+Green+Blue) = 113+132+101=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #718465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718465 is #8E7B9A. Grayscale: #7A7A7A. Windows color (decimal): -9337755 or 6653041. OLE color: 6653041.

HSL color Cylindrical-coordinate representation of color #718465: hue angle of 96.77º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718465 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB113132101-
CMYK0.1400.230.48
HSL96.77º13.3%45.69%-
HSV(B)96.77º23.48%51.76%-
XYZ17.4120.9515.44-
YUV122.78115.71121.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=32.66%
G=38.15%
B=29.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321010.1400.230.4896.7713.345.69
Hex718465E0173061d2e
Octal16120414516027601411556
Binary1110001100001001100101111001011111000011000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718465; }

 p { color: rgb(113,132,101); }

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

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

 a { background-color: rgb(113,132,101); }

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

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

 span { border-color: rgb(113,132,101); }

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