#819370

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

Shades of Camouflage Green #819370

Tints of Camouflage Green #819370

Color information

#819370 (or 0x819370) is unknown color: approx Camouflage Green. HEX triplet: 81, 93 and 70. RGB value is (129,147,112). Sum of RGB (Red+Green+Blue) = 129+147+112=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #819370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819370 is #7E6C8F. Grayscale: #898989. Windows color (decimal): -8285328 or 7377793. OLE color: 7377793.

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

Color convert

RGB129147112-
CMYK0.1200.240.42
HSL90.86º13.94%50.78%-
HSV(B)90.86º23.81%57.65%-
XYZ22.4126.719.3-
YUV137.63113.54121.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=33.25%
G=37.89%
B=28.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291471120.1200.240.4290.8613.9450.78
Hex819370C0182A5be33
Octal20122316014030521331663
Binary10000001100100111110000110001100010101010110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819370; }

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

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

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

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

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

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

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

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