#839270

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

Shades of Camouflage Green #839270

Tints of Camouflage Green #839270

Color information

#839270 (or 0x839270) is unknown color: approx Camouflage Green. HEX triplet: 83, 92 and 70. RGB value is (131,146,112). Sum of RGB (Red+Green+Blue) = 131+146+112=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #839270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839270 is #7C6D8F. Grayscale: #898989. Windows color (decimal): -8154512 or 7377539. OLE color: 7377539.

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

Color convert

RGB131146112-
CMYK0.1000.230.43
HSL86.47º13.49%50.59%-
HSV(B)86.47º23.29%57.25%-
XYZ22.5626.5519.27-
YUV137.64113.53123.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=33.68%
G=37.53%
B=28.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311461120.1000.230.4386.4713.4950.59
Hex839270A0172B56d33
Octal20322216012027531261563
Binary10000011100100101110000101001011110101110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839270; }

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

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

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

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

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

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

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

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