#819271

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

Shades of Camouflage Green #819271

Tints of Camouflage Green #819271

Color information

#819271 (or 0x819271) is unknown color: approx Camouflage Green. HEX triplet: 81, 92 and 71. RGB value is (129,146,113). Sum of RGB (Red+Green+Blue) = 129+146+113=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #819271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819271 is #7E6D8E. Grayscale: #898989. Windows color (decimal): -8285583 or 7443073. OLE color: 7443073.

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

Color convert

RGB129146113-
CMYK0.1200.230.43
HSL90.91º13.15%50.78%-
HSV(B)90.91º22.6%57.25%-
XYZ22.3126.4219.55-
YUV137.16114.37122.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=33.25%
G=37.63%
B=29.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291461130.1200.230.4390.9113.1550.78
Hex819271C0172B5bd33
Octal20122216114027531331563
Binary10000001100100101110001110001011110101110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819271; }

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

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

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

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

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

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

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

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