#839473

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

Shades of Camouflage Green #839473

Tints of Camouflage Green #839473

Color information

#839473 (or 0x839473) is unknown color: approx Camouflage Green. HEX triplet: 83, 94 and 73. RGB value is (131,148,115). Sum of RGB (Red+Green+Blue) = 131+148+115=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #839473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839473 is #7C6B8C. Grayscale: #8B8B8B. Windows color (decimal): -8153997 or 7574659. OLE color: 7574659.

HSL color Cylindrical-coordinate representation of color #839473: hue angle of 90.91º 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 #839473 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB131148115-
CMYK0.1100.220.42
HSL90.91º13.36%51.57%-
HSV(B)90.91º22.3%58.04%-
XYZ23.0427.2420.26-
YUV139.16114.37122.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=33.25%
G=37.56%
B=29.19%

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
Decimal1311481150.1100.220.4290.9113.3651.57
Hex839473B0162A5bd34
Octal20322416313026521331564
Binary10000011100101001110011101101011010101010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839473; }

 p { color: rgb(131,148,115); }

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

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

 a { background-color: rgb(131,148,115); }

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

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

 span { border-color: rgb(131,148,115); }

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