#81944D

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

Shades of Wasabi #81944D

Tints of Wasabi #81944D

Color information

#81944D (or 0x81944D) is unknown color: approx Wasabi. HEX triplet: 81, 94 and 4D. RGB value is (129,148,77). Sum of RGB (Red+Green+Blue) = 129+148+77=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #81944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81944D is #7E6BB2. Grayscale: #868686. Windows color (decimal): -8285107 or 5084289. OLE color: 5084289.

HSL color Cylindrical-coordinate representation of color #81944D: hue angle of 76.06º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81944D is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB12914877-
CMYK0.1300.480.42
HSL76.06º31.56%44.12%-
HSV(B)76.06º47.97%58.04%-
XYZ20.9826.3811.01-
YUV134.2295.71124.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 77 (30.47% from 255) = 21.75%
R=36.44%
G=41.81%
B=21.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129148770.1300.480.4276.0631.5644.12
Hex81944DD0302A4c202c
Octal20122411515060521144054
Binary10000001100101001001101110101100001010101001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81944D; }

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

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

<style>
 a { background-color: #81944D; }

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

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

<style>
 span { border-color: #81944D; }

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

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