#849071

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

Shades of Camouflage Green #849071

Tints of Camouflage Green #849071

Color information

#849071 (or 0x849071) is unknown color: approx Camouflage Green. HEX triplet: 84, 90 and 71. RGB value is (132,144,113). Sum of RGB (Red+Green+Blue) = 132+144+113=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #849071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849071 is #7B6F8E. Grayscale: #888888. Windows color (decimal): -8089487 or 7442564. OLE color: 7442564.

HSL color Cylindrical-coordinate representation of color #849071: hue angle of 83.23º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #849071 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB132144113-
CMYK0.0800.220.44
HSL83.23º12.25%50.39%-
HSV(B)83.23º21.53%56.47%-
XYZ22.4726.0419.47-
YUV136.88114.52124.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=33.93%
G=37.02%
B=29.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441130.0800.220.4483.2312.2550.39
Hex84907180162C53c32
Octal20422016110026541231462
Binary10000100100100001110001100001011010110010100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849071; }

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

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

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

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

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

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

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

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