#818C49

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

Shades of Wasabi #818C49

Tints of Wasabi #818C49

Color information

#818C49 (or 0x818C49) is unknown color: approx Wasabi. HEX triplet: 81, 8C and 49. RGB value is (129,140,73). Sum of RGB (Red+Green+Blue) = 129+140+73=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #818C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818C49 is #7E73B6. Grayscale: #818181. Windows color (decimal): -8287159 or 4820097. OLE color: 4820097.

HSL color Cylindrical-coordinate representation of color #818C49: hue angle of 69.85º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #818C49 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB12914073-
CMYK0.0800.480.45
HSL69.85º31.46%41.76%-
HSV(B)69.85º47.86%54.9%-
XYZ19.6323.99.88-
YUV129.0796.36127.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=37.72%
G=40.94%
B=21.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129140730.0800.480.4569.8531.4641.76
Hex818C4980302D461f2a
Octal20121411110060551063752
Binary1000000110001100100100110000110000101101100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818C49; }

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

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

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

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

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

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

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

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