#818B4E

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

Shades of Wasabi #818B4E

Tints of Wasabi #818B4E

Color information

#818B4E (or 0x818B4E) is unknown color: approx Wasabi. HEX triplet: 81, 8B and 4E. RGB value is (129,139,78). Sum of RGB (Red+Green+Blue) = 129+139+78=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #818B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B4E is #7E74B1. Grayscale: #818181. Windows color (decimal): -8287410 or 5147521. OLE color: 5147521.

HSL color Cylindrical-coordinate representation of color #818B4E: hue angle of 69.84º 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 #818B4E is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB12913978-
CMYK0.0700.440.45
HSL69.84º28.11%42.55%-
HSV(B)69.84º43.88%54.51%-
XYZ19.6623.6810.74-
YUV129.0699.19127.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=37.28%
G=40.17%
B=22.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139780.0700.440.4569.8428.1142.55
Hex818B4E702C2D461c2b
Octal2012131167054551063453
Binary100000011000101110011101110101100101101100011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,78); }

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

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

 a { background-color: rgb(129,139,78); }

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

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

 span { border-color: rgb(129,139,78); }

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