#839272

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

Shades of Camouflage Green #839272

Tints of Camouflage Green #839272

Color information

#839272 (or 0x839272) is unknown color: approx Camouflage Green. HEX triplet: 83, 92 and 72. RGB value is (131,146,114). Sum of RGB (Red+Green+Blue) = 131+146+114=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #839272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839272 is #7C6D8D. Grayscale: #898989. Windows color (decimal): -8154510 or 7508611. OLE color: 7508611.

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

Color convert

RGB131146114-
CMYK0.1000.220.43
HSL88.12º12.8%50.98%-
HSV(B)88.12º21.92%57.25%-
XYZ22.6826.619.86-
YUV137.87114.53123.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=33.50%
G=37.34%
B=29.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311461140.1000.220.4388.1212.850.98
Hex839272A0162B58d33
Octal20322216212026531301563
Binary10000011100100101110010101001011010101110110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839272; }

 p { color: rgb(131,146,114); }

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

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

 a { background-color: rgb(131,146,114); }

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

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

 span { border-color: rgb(131,146,114); }

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