#819332

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

Shades of Wasabi #819332

Tints of Wasabi #819332

Color information

#819332 (or 0x819332) is unknown color: approx Wasabi. HEX triplet: 81, 93 and 32. RGB value is (129,147,50). Sum of RGB (Red+Green+Blue) = 129+147+50=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #819332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819332 is #7E6CCD. Grayscale: #828282. Windows color (decimal): -8285390 or 3314561. OLE color: 3314561.

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

Color convert

RGB12914750-
CMYK0.1200.660.42
HSL71.13º49.24%38.63%-
HSV(B)71.13º65.99%57.65%-
XYZ20.0625.766.93-
YUV130.5682.54126.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=39.57%
G=45.09%
B=15.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147500.1200.660.4271.1349.2438.63
Hex819332C0422A473127
Octal20122362140102521076147
Binary10000001100100111100101100010000101010101000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819332; }

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

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

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

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

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

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

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

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