#849072

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

Shades of Camouflage Green #849072

Tints of Camouflage Green #849072

Color information

#849072 (or 0x849072) is unknown color: approx Camouflage Green. HEX triplet: 84, 90 and 72. RGB value is (132,144,114). Sum of RGB (Red+Green+Blue) = 132+144+114=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #849072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849072 is #7B6F8D. Grayscale: #898989. Windows color (decimal): -8089486 or 7508100. OLE color: 7508100.

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

Color convert

RGB132144114-
CMYK0.0800.210.44
HSL84º11.9%50.59%-
HSV(B)84º20.83%56.47%-
XYZ22.5326.0719.76-
YUV136.99115.02124.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=33.85%
G=36.92%
B=29.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441140.0800.210.448411.950.59
Hex84907280152C54c33
Octal20422016210025541241463
Binary10000100100100001110010100001010110110010101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849072; }

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

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

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

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

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

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

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

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