#819949

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

Shades of Wasabi #819949

Tints of Wasabi #819949

Color information

#819949 (or 0x819949) is unknown color: approx Wasabi. HEX triplet: 81, 99 and 49. RGB value is (129,153,73). Sum of RGB (Red+Green+Blue) = 129+153+73=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #819949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819949 is #7E66B6. Grayscale: #898989. Windows color (decimal): -8283831 or 4823425. OLE color: 4823425.

HSL color Cylindrical-coordinate representation of color #819949: hue angle of 78º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #819949 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB12915373-
CMYK0.1600.520.4
HSL78º35.4%44.31%-
HSV(B)78º52.29%60%-
XYZ21.6527.9310.55-
YUV136.792.05122.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=36.34%
G=43.10%
B=20.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153730.1600.520.47835.444.31
Hex81994910034284e232c
Octal20123111120064501164354
Binary100000011001100110010011000001101001010001001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819949; }

 p { color: rgb(129,153,73); }

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

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

 a { background-color: rgb(129,153,73); }

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

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

 span { border-color: rgb(129,153,73); }

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