#849474

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

Shades of Camouflage Green #849474

Tints of Camouflage Green #849474

Color information

#849474 (or 0x849474) is unknown color: approx Camouflage Green. HEX triplet: 84, 94 and 74. RGB value is (132,148,116). Sum of RGB (Red+Green+Blue) = 132+148+116=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #849474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849474 is #7B6B8B. Grayscale: #8B8B8B. Windows color (decimal): -8088460 or 7640196. OLE color: 7640196.

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

Color convert

RGB132148116-
CMYK0.1100.220.42
HSL90º13.01%51.76%-
HSV(B)90º21.62%58.04%-
XYZ23.2627.3520.58-
YUV139.57114.7122.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=33.33%
G=37.37%
B=29.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481160.1100.220.429013.0151.76
Hex849474B0162A5ad34
Octal20422416413026521321564
Binary10000100100101001110100101101011010101010110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849474; }

 p { color: rgb(132,148,116); }

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

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

 a { background-color: rgb(132,148,116); }

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

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

 span { border-color: rgb(132,148,116); }

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