#818536

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

Shades of Wasabi #818536

Tints of Wasabi #818536

Color information

#818536 (or 0x818536) is unknown color: approx Wasabi. HEX triplet: 81, 85 and 36. RGB value is (129,133,54). Sum of RGB (Red+Green+Blue) = 129+133+54=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #818536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818536 is #7E7AC9. Grayscale: #7B7B7B. Windows color (decimal): -8288970 or 3573121. OLE color: 3573121.

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

Color convert

RGB12913354-
CMYK0.0300.590.48
HSL63.04º42.25%36.67%-
HSV(B)63.04º59.4%52.16%-
XYZ18.1121.716.73-
YUV122.889.17132.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=40.82%
G=42.09%
B=17.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133540.0300.590.4863.0442.2536.67
Hex818536303B303f2a25
Octal20120566307360775245
Binary1000000110000101110110110111011110000111111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818536; }

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

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

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

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

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

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

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

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