#818B4A

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

Shades of Wasabi #818B4A

Tints of Wasabi #818B4A

Color information

#818B4A (or 0x818B4A) is unknown color: approx Wasabi. HEX triplet: 81, 8B and 4A. RGB value is (129,139,74). Sum of RGB (Red+Green+Blue) = 129+139+74=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #818B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B4A is #7E74B5. Grayscale: #808080. Windows color (decimal): -8287414 or 4885377. OLE color: 4885377.

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

Color convert

RGB12913974-
CMYK0.0700.470.45
HSL69.23º30.52%41.76%-
HSV(B)69.23º46.76%54.51%-
XYZ19.5223.6310.01-
YUV128.697.19128.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=37.72%
G=40.64%
B=21.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139740.0700.470.4569.2330.5241.76
Hex818B4A702F2D451f2a
Octal2012131127057551053752
Binary100000011000101110010101110101111101101100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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