#808536

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

Shades of Wasabi #808536

Tints of Wasabi #808536

Color information

#808536 (or 0x808536) is unknown color: approx Wasabi. HEX triplet: 80, 85 and 36. RGB value is (128,133,54). Sum of RGB (Red+Green+Blue) = 128+133+54=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #808536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808536 is #7F7AC9. Grayscale: #7A7A7A. Windows color (decimal): -8354506 or 3573120. OLE color: 3573120.

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

Color convert

RGB12813354-
CMYK0.0400.590.48
HSL63.8º42.25%36.67%-
HSV(B)63.8º59.4%52.16%-
XYZ17.9621.636.72-
YUV122.589.34131.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=40.63%
G=42.22%
B=17.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133540.0400.590.4863.842.2536.67
Hex808536403B30402a25
Octal200205664073601005245
Binary100000001000010111011010001110111100001000000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808536; }

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

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

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

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

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

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

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

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