#839072

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

Shades of Camouflage Green #839072

Tints of Camouflage Green #839072

Color information

#839072 (or 0x839072) is unknown color: approx Camouflage Green. HEX triplet: 83, 90 and 72. RGB value is (131,144,114). Sum of RGB (Red+Green+Blue) = 131+144+114=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #839072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839072 is #7C6F8D. Grayscale: #888888. Windows color (decimal): -8155022 or 7508099. OLE color: 7508099.

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

Color convert

RGB131144114-
CMYK0.0900.210.44
HSL86º11.9%50.59%-
HSV(B)86º20.83%56.47%-
XYZ22.3725.9919.76-
YUV136.69115.19123.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=33.68%
G=37.02%
B=29.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441140.0900.210.448611.950.59
Hex83907290152C56c33
Octal20322016211025541261463
Binary10000011100100001110010100101010110110010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839072; }

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

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

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

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

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

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

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

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