#849073

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

Shades of Camouflage Green #849073

Tints of Camouflage Green #849073

Color information

#849073 (or 0x849073) is unknown color: approx Camouflage Green. HEX triplet: 84, 90 and 73. RGB value is (132,144,115). Sum of RGB (Red+Green+Blue) = 132+144+115=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #849073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849073 is #7B6F8C. Grayscale: #898989. Windows color (decimal): -8089485 or 7573636. OLE color: 7573636.

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

Color convert

RGB132144115-
CMYK0.0800.200.44
HSL84.83º11.55%50.78%-
HSV(B)84.83º20.14%56.47%-
XYZ22.5826.0920.07-
YUV137.11115.52124.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=33.76%
G=36.83%
B=29.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441150.0800.200.4484.8311.5550.78
Hex84907380142C55c33
Octal20422016310024541251463
Binary10000100100100001110011100001010010110010101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849073; }

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

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

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

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

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

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

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

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