#808B3A

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

Shades of Wasabi #808B3A

Tints of Wasabi #808B3A

Color information

#808B3A (or 0x808B3A) is unknown color: approx Wasabi. HEX triplet: 80, 8B and 3A. RGB value is (128,139,58). Sum of RGB (Red+Green+Blue) = 128+139+58=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #808B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B3A is #7F74C5. Grayscale: #7E7E7E. Windows color (decimal): -8352966 or 3836800. OLE color: 3836800.

HSL color Cylindrical-coordinate representation of color #808B3A: hue angle of 68.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #808B3A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB12813958-
CMYK0.0800.580.45
HSL68.15º41.12%38.63%-
HSV(B)68.15º58.27%54.51%-
XYZ18.923.367.52-
YUV126.4889.36129.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=39.38%
G=42.77%
B=17.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139580.0800.580.4568.1541.1238.63
Hex808B3A803A2D442927
Octal2002137210072551045147
Binary1000000010001011111010100001110101011011000100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,139,58); }

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

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

 a { background-color: rgb(128,139,58); }

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

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

 span { border-color: rgb(128,139,58); }

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