#829372

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

Shades of Camouflage Green #829372

Tints of Camouflage Green #829372

Color information

#829372 (or 0x829372) is unknown color: approx Camouflage Green. HEX triplet: 82, 93 and 72. RGB value is (130,147,114). Sum of RGB (Red+Green+Blue) = 130+147+114=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #829372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829372 is #7D6C8D. Grayscale: #8A8A8A. Windows color (decimal): -8219790 or 7508866. OLE color: 7508866.

HSL color Cylindrical-coordinate representation of color #829372: hue angle of 90.91º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829372 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB130147114-
CMYK0.1200.220.42
HSL90.91º13.25%51.18%-
HSV(B)90.91º22.45%57.65%-
XYZ22.6826.8319.9-
YUV138.16114.37122.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=33.25%
G=37.60%
B=29.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471140.1200.220.4290.9113.2551.18
Hex829372C0162A5bd33
Octal20222316214026521331563
Binary10000010100100111110010110001011010101010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829372; }

 p { color: rgb(130,147,114); }

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

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

 a { background-color: rgb(130,147,114); }

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

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

 span { border-color: rgb(130,147,114); }

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