#829270

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

Shades of Camouflage Green #829270

Tints of Camouflage Green #829270

Color information

#829270 (or 0x829270) is unknown color: approx Camouflage Green. HEX triplet: 82, 92 and 70. RGB value is (130,146,112). Sum of RGB (Red+Green+Blue) = 130+146+112=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #829270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829270 is #7D6D8F. Grayscale: #898989. Windows color (decimal): -8220048 or 7377538. OLE color: 7377538.

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

Color convert

RGB130146112-
CMYK0.1100.230.43
HSL88.24º13.49%50.59%-
HSV(B)88.24º23.29%57.25%-
XYZ22.4126.4719.26-
YUV137.34113.7122.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=33.51%
G=37.63%
B=28.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461120.1100.230.4388.2413.4950.59
Hex829270B0172B58d33
Octal20222216013027531301563
Binary10000010100100101110000101101011110101110110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829270; }

 p { color: rgb(130,146,112); }

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

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

 a { background-color: rgb(130,146,112); }

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

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

 span { border-color: rgb(130,146,112); }

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