#859271

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

Shades of Camouflage Green #859271

Tints of Camouflage Green #859271

Color information

#859271 (or 0x859271) is unknown color: approx Camouflage Green. HEX triplet: 85, 92 and 71. RGB value is (133,146,113). Sum of RGB (Red+Green+Blue) = 133+146+113=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #859271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859271 is #7A6D8E. Grayscale: #8A8A8A. Windows color (decimal): -8023439 or 7443077. OLE color: 7443077.

HSL color Cylindrical-coordinate representation of color #859271: hue angle of 83.64º 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 #859271 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB133146113-
CMYK0.0900.230.43
HSL83.64º13.15%50.78%-
HSV(B)83.64º22.6%57.25%-
XYZ22.9326.7419.57-
YUV138.35113.69124.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=33.93%
G=37.24%
B=28.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461130.0900.230.4383.6413.1550.78
Hex85927190172B54d33
Octal20522216111027531241563
Binary10000101100100101110001100101011110101110101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859271; }

 p { color: rgb(133,146,113); }

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

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

 a { background-color: rgb(133,146,113); }

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

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

 span { border-color: rgb(133,146,113); }

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