#819050

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

Shades of Wasabi #819050

Tints of Wasabi #819050

Color information

#819050 (or 0x819050) is unknown color: approx Wasabi. HEX triplet: 81, 90 and 50. RGB value is (129,144,80). Sum of RGB (Red+Green+Blue) = 129+144+80=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #819050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819050 is #7E6FAF. Grayscale: #848484. Windows color (decimal): -8286128 or 5279873. OLE color: 5279873.

HSL color Cylindrical-coordinate representation of color #819050: hue angle of 74.06º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #819050 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB12914480-
CMYK0.1000.440.44
HSL74.06º28.57%43.92%-
HSV(B)74.06º44.44%56.47%-
XYZ20.4725.1911.37-
YUV132.2298.53125.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=36.54%
G=40.79%
B=22.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129144800.1000.440.4474.0628.5743.92
Hex819050A02C2C4a1d2c
Octal20122012012054541123554
Binary1000000110010000101000010100101100101100100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819050; }

 p { color: rgb(129,144,80); }

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

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

 a { background-color: rgb(129,144,80); }

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

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

 span { border-color: rgb(129,144,80); }

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