#849273

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

Shades of Camouflage Green #849273

Tints of Camouflage Green #849273

Color information

#849273 (or 0x849273) is unknown color: approx Camouflage Green. HEX triplet: 84, 92 and 73. RGB value is (132,146,115). Sum of RGB (Red+Green+Blue) = 132+146+115=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #849273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849273 is #7B6D8C. Grayscale: #8A8A8A. Windows color (decimal): -8088973 or 7574148. OLE color: 7574148.

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

Color convert

RGB132146115-
CMYK0.1000.210.43
HSL87.1º12.45%51.18%-
HSV(B)87.1º21.23%57.25%-
XYZ22.8926.720.17-
YUV138.28114.86123.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=33.59%
G=37.15%
B=29.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461150.1000.210.4387.112.4551.18
Hex849273A0152B57c33
Octal20422216312025531271463
Binary10000100100100101110011101001010110101110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849273; }

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

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

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

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

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

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

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

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