#809328

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

Shades of Wasabi #809328

Tints of Wasabi #809328

Color information

#809328 (or 0x809328) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 28. RGB value is (128,147,40). Sum of RGB (Red+Green+Blue) = 128+147+40=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #809328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809328 is #7F6CD7. Grayscale: #818181. Windows color (decimal): -8350936 or 2659200. OLE color: 2659200.

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

Color convert

RGB12814740-
CMYK0.1300.730.42
HSL70.65º57.22%36.67%-
HSV(B)70.65º72.79%57.65%-
XYZ19.7225.615.91-
YUV129.1277.71127.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=40.63%
G=46.67%
B=12.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147400.1300.730.4270.6557.2236.67
Hex809328D0492A473925
Octal20022350150111521077145
Binary10000000100100111010001101010010011010101000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809328; }

 p { color: rgb(128,147,40); }

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

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

 a { background-color: rgb(128,147,40); }

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

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

 span { border-color: rgb(128,147,40); }

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