#819329

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

Shades of Wasabi #819329

Tints of Wasabi #819329

Color information

#819329 (or 0x819329) is unknown color: approx Wasabi. HEX triplet: 81, 93 and 29. RGB value is (129,147,41). Sum of RGB (Red+Green+Blue) = 129+147+41=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #819329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819329 is #7E6CD6. Grayscale: #818181. Windows color (decimal): -8285399 or 2724737. OLE color: 2724737.

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

Color convert

RGB12914741-
CMYK0.1200.720.42
HSL70.19º56.38%36.86%-
HSV(B)70.19º72.11%57.65%-
XYZ19.8925.696.01-
YUV129.5378.04127.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=40.69%
G=46.37%
B=12.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147410.1200.720.4270.1956.3836.86
Hex819329C0482A463825
Octal20122351140110521067045
Binary10000001100100111010011100010010001010101000110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819329; }

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

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

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

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

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

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

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

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