#819331

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

Shades of Wasabi #819331

Tints of Wasabi #819331

Color information

#819331 (or 0x819331) is unknown color: approx Wasabi. HEX triplet: 81, 93 and 31. RGB value is (129,147,49). Sum of RGB (Red+Green+Blue) = 129+147+49=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #819331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819331 is #7E6CCE. Grayscale: #828282. Windows color (decimal): -8285391 or 3249025. OLE color: 3249025.

HSL color Cylindrical-coordinate representation of color #819331: hue angle of 71.02º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #819331 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB12914749-
CMYK0.1200.670.42
HSL71.02º50%38.43%-
HSV(B)71.02º66.67%57.65%-
XYZ20.0425.766.82-
YUV130.4582.04126.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=39.69%
G=45.23%
B=15.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147490.1200.670.4271.025038.43
Hex819331C0432A473226
Octal20122361140103521076246
Binary10000001100100111100011100010000111010101000111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819331; }

 p { color: rgb(129,147,49); }

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

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

 a { background-color: rgb(129,147,49); }

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

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

 span { border-color: rgb(129,147,49); }

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