#818E4B

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

Shades of Wasabi #818E4B

Tints of Wasabi #818E4B

Color information

#818E4B (or 0x818E4B) is unknown color: approx Wasabi. HEX triplet: 81, 8E and 4B. RGB value is (129,142,75). Sum of RGB (Red+Green+Blue) = 129+142+75=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #818E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818E4B is #7E71B4. Grayscale: #828282. Windows color (decimal): -8286645 or 4951681. OLE color: 4951681.

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

Color convert

RGB12914275-
CMYK0.0900.470.44
HSL71.64º30.88%42.55%-
HSV(B)71.64º47.18%55.69%-
XYZ2024.5210.34-
YUV130.4896.69126.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=37.28%
G=41.04%
B=21.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129142750.0900.470.4471.6430.8842.55
Hex818E4B902F2C481f2b
Octal20121611311057541103753
Binary1000000110001110100101110010101111101100100100011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,142,75); }

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

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

 a { background-color: rgb(129,142,75); }

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

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

 span { border-color: rgb(129,142,75); }

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