#839174

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

Shades of Camouflage Green #839174

Tints of Camouflage Green #839174

Color information

#839174 (or 0x839174) is unknown color: approx Camouflage Green. HEX triplet: 83, 91 and 74. RGB value is (131,145,116). Sum of RGB (Red+Green+Blue) = 131+145+116=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #839174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839174 is #7C6E8B. Grayscale: #898989. Windows color (decimal): -8154764 or 7639427. OLE color: 7639427.

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

Color convert

RGB131145116-
CMYK0.1000.20.43
HSL88.97º11.65%51.18%-
HSV(B)88.97º20%56.86%-
XYZ22.6426.3420.41-
YUV137.51115.86123.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=33.42%
G=36.99%
B=29.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451160.1000.20.4388.9711.6551.18
Hex839174A0142B59c33
Octal20322116412024531311463
Binary10000011100100011110100101001010010101110110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839174; }

 p { color: rgb(131,145,116); }

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

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

 a { background-color: rgb(131,145,116); }

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

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

 span { border-color: rgb(131,145,116); }

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