#838D71

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

Shades of Camouflage Green #838D71

Tints of Camouflage Green #838D71

Color information

#838D71 (or 0x838D71) is unknown color: approx Camouflage Green. HEX triplet: 83, 8D and 71. RGB value is (131,141,113). Sum of RGB (Red+Green+Blue) = 131+141+113=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #838D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D71 is #7C728E. Grayscale: #868686. Windows color (decimal): -8155791 or 7441795. OLE color: 7441795.

HSL color Cylindrical-coordinate representation of color #838D71: hue angle of 81.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838D71 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB131141113-
CMYK0.0700.200.45
HSL81.43º11.02%49.8%-
HSV(B)81.43º19.86%55.29%-
XYZ21.8725.0719.31-
YUV134.82115.69125.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=34.03%
G=36.62%
B=29.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311411130.0700.200.4581.4311.0249.8
Hex838D7170142D51b32
Octal2032151617024551211362
Binary1000001110001101111000111101010010110110100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838D71; }

 p { color: rgb(131,141,113); }

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

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

 a { background-color: rgb(131,141,113); }

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

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

 span { border-color: rgb(131,141,113); }

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