#819340

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

Shades of Wasabi #819340

Tints of Wasabi #819340

Color information

#819340 (or 0x819340) is unknown color: approx Wasabi. HEX triplet: 81, 93 and 40. RGB value is (129,147,64). Sum of RGB (Red+Green+Blue) = 129+147+64=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #819340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819340 is #7E6CBF. Grayscale: #848484. Windows color (decimal): -8285376 or 4232065. OLE color: 4232065.

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

Color convert

RGB12914764-
CMYK0.1200.560.42
HSL73.01º39.34%41.37%-
HSV(B)73.01º56.46%57.65%-
XYZ20.4125.98.77-
YUV132.1689.54125.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=37.94%
G=43.24%
B=18.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147640.1200.560.4273.0139.3441.37
Hex819340C0382A492729
Octal20122310014070521114751
Binary10000001100100111000000110001110001010101001001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819340; }

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

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

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

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

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

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

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

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