#818340

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

Shades of Wasabi #818340

Tints of Wasabi #818340

Color information

#818340 (or 0x818340) is unknown color: approx Wasabi. HEX triplet: 81, 83 and 40. RGB value is (129,131,64). Sum of RGB (Red+Green+Blue) = 129+131+64=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #818340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818340 is #7E7CBF. Grayscale: #7B7B7B. Windows color (decimal): -8289472 or 4227969. OLE color: 4227969.

HSL color Cylindrical-coordinate representation of color #818340: hue angle of 61.79º 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 #818340 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB12913164-
CMYK0.0200.510.49
HSL61.79º34.36%38.24%-
HSV(B)61.79º51.15%51.37%-
XYZ18.0921.278-
YUV122.7694.84132.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=39.81%
G=40.43%
B=19.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131640.0200.510.4961.7934.3638.24
Hex8183402033313e2226
Octal201203100206361764246
Binary10000001100000111000000100110011110001111110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818340; }

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

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

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

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

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

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

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

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