#819373

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

Shades of Camouflage Green #819373

Tints of Camouflage Green #819373

Color information

#819373 (or 0x819373) is unknown color: approx Camouflage Green. HEX triplet: 81, 93 and 73. RGB value is (129,147,115). Sum of RGB (Red+Green+Blue) = 129+147+115=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #819373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819373 is #7E6C8C. Grayscale: #8A8A8A. Windows color (decimal): -8285325 or 7574401. OLE color: 7574401.

HSL color Cylindrical-coordinate representation of color #819373: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #819373 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB129147115-
CMYK0.1200.220.42
HSL93.75º12.9%51.37%-
HSV(B)93.75º21.77%57.65%-
XYZ22.5826.7720.2-
YUV137.97115.04121.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=32.99%
G=37.60%
B=29.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291471150.1200.220.4293.7512.951.37
Hex819373C0162A5ed33
Octal20122316314026521361563
Binary10000001100100111110011110001011010101010111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819373; }

 p { color: rgb(129,147,115); }

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

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

 a { background-color: rgb(129,147,115); }

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

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

 span { border-color: rgb(129,147,115); }

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