#818240

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

Shades of Wasabi #818240

Tints of Wasabi #818240

Color information

#818240 (or 0x818240) is unknown color: approx Wasabi. HEX triplet: 81, 82 and 40. RGB value is (129,130,64). Sum of RGB (Red+Green+Blue) = 129+130+64=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #818240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818240 is #7E7DBF. Grayscale: #7A7A7A. Windows color (decimal): -8289728 or 4227713. OLE color: 4227713.

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

Color convert

RGB12913064-
CMYK0.0100.510.49
HSL60.91º34.02%38.04%-
HSV(B)60.91º50.77%50.98%-
XYZ17.96217.96-
YUV122.1895.17132.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=39.94%
G=40.25%
B=19.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130640.0100.510.4960.9134.0238.04
Hex8182401033313d2226
Octal201202100106361754246
Binary1000000110000010100000010110011110001111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818240; }

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

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

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

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

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

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

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

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