#839074

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

Shades of Camouflage Green #839074

Tints of Camouflage Green #839074

Color information

#839074 (or 0x839074) is unknown color: approx Camouflage Green. HEX triplet: 83, 90 and 74. RGB value is (131,144,116). Sum of RGB (Red+Green+Blue) = 131+144+116=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #839074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839074 is #7C6F8B. Grayscale: #898989. Windows color (decimal): -8155020 or 7639171. OLE color: 7639171.

HSL color Cylindrical-coordinate representation of color #839074: hue angle of 87.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #839074 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB131144116-
CMYK0.0900.190.44
HSL87.86º11.2%50.98%-
HSV(B)87.86º19.44%56.47%-
XYZ22.4926.0320.36-
YUV136.92116.19123.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=33.50%
G=36.83%
B=29.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441160.0900.190.4487.8611.250.98
Hex83907490132C58b33
Octal20322016411023541301363
Binary10000011100100001110100100101001110110010110001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839074; }

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

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

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

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

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

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

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

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