#818537

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

Shades of Wasabi #818537

Tints of Wasabi #818537

Color information

#818537 (or 0x818537) is unknown color: approx Wasabi. HEX triplet: 81, 85 and 37. RGB value is (129,133,55). Sum of RGB (Red+Green+Blue) = 129+133+55=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #818537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818537 is #7E7AC8. Grayscale: #7B7B7B. Windows color (decimal): -8288969 or 3638657. OLE color: 3638657.

HSL color Cylindrical-coordinate representation of color #818537: hue angle of 63.08º degrees, saturation: 0.41, 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 #818537 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB12913355-
CMYK0.0300.590.48
HSL63.08º41.49%36.86%-
HSV(B)63.08º58.65%52.16%-
XYZ18.1321.726.85-
YUV122.9189.67132.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 55 (21.88% from 255) = 17.35%
R=40.69%
G=41.96%
B=17.35%

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
Decimal129133550.0300.590.4863.0841.4936.86
Hex818537303B303f2925
Octal20120567307360775145
Binary1000000110000101110111110111011110000111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818537; }

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

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

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

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

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

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

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

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