#818241

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

Shades of Wasabi #818241

Tints of Wasabi #818241

Color information

#818241 (or 0x818241) is unknown color: approx Wasabi. HEX triplet: 81, 82 and 41. RGB value is (129,130,65). Sum of RGB (Red+Green+Blue) = 129+130+65=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #818241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818241 is #7E7DBE. Grayscale: #7A7A7A. Windows color (decimal): -8289727 or 4293249. OLE color: 4293249.

HSL color Cylindrical-coordinate representation of color #818241: hue angle of 60.92º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #818241 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12913065-
CMYK0.0100.500.49
HSL60.92º33.33%38.24%-
HSV(B)60.92º50%50.98%-
XYZ17.9921.018.11-
YUV122.2995.67132.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=39.81%
G=40.12%
B=20.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130650.0100.500.4960.9233.3338.24
Hex8182411032313d2126
Octal201202101106261754146
Binary1000000110000010100000110110010110001111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818241; }

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

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

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

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

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

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

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

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