#849275

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

Shades of Camouflage Green #849275

Tints of Camouflage Green #849275

Color information

#849275 (or 0x849275) is unknown color: approx Camouflage Green. HEX triplet: 84, 92 and 75. RGB value is (132,146,117). Sum of RGB (Red+Green+Blue) = 132+146+117=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #849275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849275 is #7B6D8A. Grayscale: #8A8A8A. Windows color (decimal): -8088971 or 7705220. OLE color: 7705220.

HSL color Cylindrical-coordinate representation of color #849275: hue angle of 88.97º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #849275 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB132146117-
CMYK0.1000.200.43
HSL88.97º11.74%51.57%-
HSV(B)88.97º19.86%57.25%-
XYZ23.0126.7520.78-
YUV138.51115.86123.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=33.42%
G=36.96%
B=29.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461170.1000.200.4388.9711.7451.57
Hex849275A0142B59c34
Octal20422216512024531311464
Binary10000100100100101110101101001010010101110110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849275; }

 p { color: rgb(132,146,117); }

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

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

 a { background-color: rgb(132,146,117); }

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

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

 span { border-color: rgb(132,146,117); }

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