#808636

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

Shades of Wasabi #808636

Tints of Wasabi #808636

Color information

#808636 (or 0x808636) is unknown color: approx Wasabi. HEX triplet: 80, 86 and 36. RGB value is (128,134,54). Sum of RGB (Red+Green+Blue) = 128+134+54=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #808636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808636 is #7F79C9. Grayscale: #7B7B7B. Windows color (decimal): -8354250 or 3573376. OLE color: 3573376.

HSL color Cylindrical-coordinate representation of color #808636: hue angle of 64.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #808636 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB12813454-
CMYK0.0400.600.47
HSL64.5º42.55%36.86%-
HSV(B)64.5º59.7%52.55%-
XYZ18.0921.916.76-
YUV123.0989.01131.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=40.51%
G=42.41%
B=17.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134540.0400.600.4764.542.5536.86
Hex808636403C2F402b25
Octal200206664074571005345
Binary100000001000011011011010001111001011111000000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808636; }

 p { color: rgb(128,134,54); }

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

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

 a { background-color: rgb(128,134,54); }

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

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

 span { border-color: rgb(128,134,54); }

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