#829173

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

Shades of Camouflage Green #829173

Tints of Camouflage Green #829173

Color information

#829173 (or 0x829173) is unknown color: approx Camouflage Green. HEX triplet: 82, 91 and 73. RGB value is (130,145,115). Sum of RGB (Red+Green+Blue) = 130+145+115=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #829173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829173 is #7D6E8C. Grayscale: #898989. Windows color (decimal): -8220301 or 7573890. OLE color: 7573890.

HSL color Cylindrical-coordinate representation of color #829173: hue angle of 90º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829173 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB130145115-
CMYK0.1000.210.43
HSL90º12%50.98%-
HSV(B)90º20.69%56.86%-
XYZ22.4326.2320.1-
YUV137.1115.53122.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=33.33%
G=37.18%
B=29.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451150.1000.210.43901250.98
Hex829173A0152B5ac33
Octal20222116312025531321463
Binary10000010100100011110011101001010110101110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829173; }

 p { color: rgb(130,145,115); }

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

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

 a { background-color: rgb(130,145,115); }

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

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

 span { border-color: rgb(130,145,115); }

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