#818D4D

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

Shades of Wasabi #818D4D

Tints of Wasabi #818D4D

Color information

#818D4D (or 0x818D4D) is unknown color: approx Wasabi. HEX triplet: 81, 8D and 4D. RGB value is (129,141,77). Sum of RGB (Red+Green+Blue) = 129+141+77=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #818D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818D4D is #7E72B2. Grayscale: #828282. Windows color (decimal): -8286899 or 5082497. OLE color: 5082497.

HSL color Cylindrical-coordinate representation of color #818D4D: hue angle of 71.25º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818D4D is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB12914177-
CMYK0.0900.450.45
HSL71.25º29.36%42.75%-
HSV(B)71.25º45.39%55.29%-
XYZ19.9224.2510.65-
YUV130.1298.02127.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 141 (55.47% from 255) = 40.63%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=37.18%
G=40.63%
B=22.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129141770.0900.450.4571.2529.3642.75
Hex818D4D902D2D471d2b
Octal20121511511055551073553
Binary1000000110001101100110110010101101101101100011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,141,77); }

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

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

 a { background-color: rgb(129,141,77); }

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

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

 span { border-color: rgb(129,141,77); }

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