#849277

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

Shades of Camouflage Green #849277

Tints of Camouflage Green #849277

Color information

#849277 (or 0x849277) is unknown color: approx Camouflage Green. HEX triplet: 84, 92 and 77. RGB value is (132,146,119). Sum of RGB (Red+Green+Blue) = 132+146+119=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #849277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849277 is #7B6D88. Grayscale: #8A8A8A. Windows color (decimal): -8088969 or 7836292. OLE color: 7836292.

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

Color convert

RGB132146119-
CMYK0.1000.180.43
HSL91.11º11.02%51.96%-
HSV(B)91.11º18.49%57.25%-
XYZ23.1226.821.41-
YUV138.74116.86123.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=33.25%
G=36.78%
B=29.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461190.1000.180.4391.1111.0251.96
Hex849277A0122B5bb34
Octal20422216712022531331364
Binary10000100100100101110111101001001010101110110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849277; }

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

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

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

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

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

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

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

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