#818544

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

Shades of Wasabi #818544

Tints of Wasabi #818544

Color information

#818544 (or 0x818544) is unknown color: approx Wasabi. HEX triplet: 81, 85 and 44. RGB value is (129,133,68). Sum of RGB (Red+Green+Blue) = 129+133+68=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #818544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818544 is #7E7ABB. Grayscale: #7C7C7C. Windows color (decimal): -8288956 or 4490625. OLE color: 4490625.

HSL color Cylindrical-coordinate representation of color #818544: hue angle of 63.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #818544 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB12913368-
CMYK0.0300.490.48
HSL63.69º32.34%39.41%-
HSV(B)63.69º48.87%52.16%-
XYZ18.4821.868.71-
YUV124.3996.17131.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 68 (26.95% from 255) = 20.61%
R=39.09%
G=40.30%
B=20.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133680.0300.490.4863.6932.3439.41
Hex818544303130402027
Octal2012051043061601004047
Binary100000011000010110001001101100011100001000000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818544; }

 p { color: rgb(129,133,68); }

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

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

 a { background-color: rgb(129,133,68); }

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

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

 span { border-color: rgb(129,133,68); }

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