#808D36

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

Shades of Wasabi #808D36

Tints of Wasabi #808D36

Color information

#808D36 (or 0x808D36) is unknown color: approx Wasabi. HEX triplet: 80, 8D and 36. RGB value is (128,141,54). Sum of RGB (Red+Green+Blue) = 128+141+54=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #808D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D36 is #7F72C9. Grayscale: #7F7F7F. Windows color (decimal): -8352458 or 3575168. OLE color: 3575168.

HSL color Cylindrical-coordinate representation of color #808D36: hue angle of 68.97º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #808D36 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB12814154-
CMYK0.0900.620.45
HSL68.97º44.62%38.24%-
HSV(B)68.97º61.7%55.29%-
XYZ19.0923.917.1-
YUV127.286.69128.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 54 (21.48% from 255) = 16.72%
R=39.63%
G=43.65%
B=16.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128141540.0900.620.4568.9744.6238.24
Hex808D36903E2D452d26
Octal2002156611076551055546
Binary1000000010001101110110100101111101011011000101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D36; }

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

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

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

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

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

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

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

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