#808B3B

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

Shades of Wasabi #808B3B

Tints of Wasabi #808B3B

Color information

#808B3B (or 0x808B3B) is unknown color: approx Wasabi. HEX triplet: 80, 8B and 3B. RGB value is (128,139,59). Sum of RGB (Red+Green+Blue) = 128+139+59=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #808B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B3B is #7F74C4. Grayscale: #7E7E7E. Windows color (decimal): -8352965 or 3902336. OLE color: 3902336.

HSL color Cylindrical-coordinate representation of color #808B3B: hue angle of 68.25º degrees, saturation: 0.4, 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 #808B3B is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB12813959-
CMYK0.0800.580.45
HSL68.25º40.4%38.82%-
HSV(B)68.25º57.55%54.51%-
XYZ18.9223.377.65-
YUV126.5989.86129-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=39.26%
G=42.64%
B=18.10%

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
Decimal128139590.0800.580.4568.2540.438.82
Hex808B3B803A2D442827
Octal2002137310072551045047
Binary1000000010001011111011100001110101011011000100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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