#818237

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

Shades of Wasabi #818237

Tints of Wasabi #818237

Color information

#818237 (or 0x818237) is unknown color: approx Wasabi. HEX triplet: 81, 82 and 37. RGB value is (129,130,55). Sum of RGB (Red+Green+Blue) = 129+130+55=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #818237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818237 is #7E7DC8. Grayscale: #797979. Windows color (decimal): -8289737 or 3637889. OLE color: 3637889.

HSL color Cylindrical-coordinate representation of color #818237: hue angle of 60.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #818237 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB12913055-
CMYK0.0100.580.49
HSL60.8º40.54%36.27%-
HSV(B)60.8º57.69%50.98%-
XYZ17.7320.916.72-
YUV121.1590.67133.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=41.08%
G=41.40%
B=17.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130550.0100.580.4960.840.5436.27
Hex818237103A313d2924
Octal20120267107261755144
Binary100000011000001011011110111010110001111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818237; }

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

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

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

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

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

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

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

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