#819073

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

Shades of Camouflage Green #819073

Tints of Camouflage Green #819073

Color information

#819073 (or 0x819073) is unknown color: approx Camouflage Green. HEX triplet: 81, 90 and 73. RGB value is (129,144,115). Sum of RGB (Red+Green+Blue) = 129+144+115=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #819073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819073 is #7E6F8C. Grayscale: #888888. Windows color (decimal): -8286093 or 7573633. OLE color: 7573633.

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

Color convert

RGB129144115-
CMYK0.1000.200.44
HSL91.03º11.55%50.78%-
HSV(B)91.03º20.14%56.47%-
XYZ22.1225.8520.04-
YUV136.21116.03122.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=33.25%
G=37.11%
B=29.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291441150.1000.200.4491.0311.5550.78
Hex819073A0142C5bc33
Octal20122016312024541331463
Binary10000001100100001110011101001010010110010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819073; }

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

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

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

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

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

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

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

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