#819349

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

Shades of Wasabi #819349

Tints of Wasabi #819349

Color information

#819349 (or 0x819349) is unknown color: approx Wasabi. HEX triplet: 81, 93 and 49. RGB value is (129,147,73). Sum of RGB (Red+Green+Blue) = 129+147+73=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #819349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819349 is #7E6CB6. Grayscale: #858585. Windows color (decimal): -8285367 or 4821889. OLE color: 4821889.

HSL color Cylindrical-coordinate representation of color #819349: hue angle of 74.59º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #819349 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12914773-
CMYK0.1200.500.42
HSL74.59º33.64%43.14%-
HSV(B)74.59º50.34%57.65%-
XYZ20.6926.0210.23-
YUV133.1894.04125.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=36.96%
G=42.12%
B=20.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147730.1200.500.4274.5933.6443.14
Hex819349C0322A4b222b
Octal20122311114062521134253
Binary10000001100100111001001110001100101010101001011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819349; }

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

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

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

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

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

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

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

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