#819346

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

Shades of Wasabi #819346

Tints of Wasabi #819346

Color information

#819346 (or 0x819346) is unknown color: approx Wasabi. HEX triplet: 81, 93 and 46. RGB value is (129,147,70). Sum of RGB (Red+Green+Blue) = 129+147+70=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #819346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819346 is #7E6CB9. Grayscale: #858585. Windows color (decimal): -8285370 or 4625281. OLE color: 4625281.

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

Color convert

RGB12914770-
CMYK0.1200.520.42
HSL74.03º35.48%42.55%-
HSV(B)74.03º52.38%57.65%-
XYZ20.5925.989.72-
YUV132.8492.54125.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=37.28%
G=42.49%
B=20.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147700.1200.520.4274.0335.4842.55
Hex819346C0342A4a232b
Octal20122310614064521124353
Binary10000001100100111000110110001101001010101001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819346; }

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

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

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

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

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

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

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

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