#818345

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

Shades of Wasabi #818345

Tints of Wasabi #818345

Color information

#818345 (or 0x818345) is unknown color: approx Wasabi. HEX triplet: 81, 83 and 45. RGB value is (129,131,69). Sum of RGB (Red+Green+Blue) = 129+131+69=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #818345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818345 is #7E7CBA. Grayscale: #7B7B7B. Windows color (decimal): -8289467 or 4555649. OLE color: 4555649.

HSL color Cylindrical-coordinate representation of color #818345: hue angle of 61.94º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #818345 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB12913169-
CMYK0.0200.470.49
HSL61.94º31%39.22%-
HSV(B)61.94º47.33%51.37%-
XYZ18.2421.338.79-
YUV123.3397.34132.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=39.21%
G=39.82%
B=20.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131690.0200.470.4961.943139.22
Hex818345202F313e1f27
Octal201203105205761763747
Binary1000000110000011100010110010111111000111111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818345; }

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

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

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

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

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

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

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

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