#819141

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

Shades of Wasabi #819141

Tints of Wasabi #819141

Color information

#819141 (or 0x819141) is unknown color: approx Wasabi. HEX triplet: 81, 91 and 41. RGB value is (129,145,65). Sum of RGB (Red+Green+Blue) = 129+145+65=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #819141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819141 is #7E6EBE. Grayscale: #838383. Windows color (decimal): -8285887 or 4297089. OLE color: 4297089.

HSL color Cylindrical-coordinate representation of color #819141: hue angle of 72º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #819141 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB12914565-
CMYK0.1100.550.43
HSL72º38.1%41.18%-
HSV(B)72º55.17%56.86%-
XYZ20.1325.38.82-
YUV131.190.7126.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=38.05%
G=42.77%
B=19.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129145650.1100.550.437238.141.18
Hex819141B0372B482629
Octal20122110113067531104651
Binary10000001100100011000001101101101111010111001000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819141; }

 p { color: rgb(129,145,65); }

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

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

 a { background-color: rgb(129,145,65); }

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

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

 span { border-color: rgb(129,145,65); }

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