#818D4F

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

Shades of Wasabi #818D4F

Tints of Wasabi #818D4F

Color information

#818D4F (or 0x818D4F) is unknown color: approx Wasabi. HEX triplet: 81, 8D and 4F. RGB value is (129,141,79). Sum of RGB (Red+Green+Blue) = 129+141+79=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #818D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818D4F is #7E72B0. Grayscale: #828282. Windows color (decimal): -8286897 or 5213569. OLE color: 5213569.

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

Color convert

RGB12914179-
CMYK0.0900.440.45
HSL71.61º28.18%43.14%-
HSV(B)71.61º43.97%55.29%-
XYZ19.9924.2811.03-
YUV130.3499.02127.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=36.96%
G=40.40%
B=22.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129141790.0900.440.4571.6128.1843.14
Hex818D4F902C2D481c2b
Octal20121511711054551103453
Binary1000000110001101100111110010101100101101100100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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