#808B3D

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

Shades of Wasabi #808B3D

Tints of Wasabi #808B3D

Color information

#808B3D (or 0x808B3D) is unknown color: approx Wasabi. HEX triplet: 80, 8B and 3D. RGB value is (128,139,61). Sum of RGB (Red+Green+Blue) = 128+139+61=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #808B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B3D is #7F74C2. Grayscale: #7F7F7F. Windows color (decimal): -8352963 or 4033408. OLE color: 4033408.

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

Color convert

RGB12813961-
CMYK0.0800.560.45
HSL68.46º39%39.22%-
HSV(B)68.46º56.12%54.51%-
XYZ18.9823.397.93-
YUV126.8290.86128.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=39.02%
G=42.38%
B=18.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139610.0800.560.4568.463939.22
Hex808B3D80382D442727
Octal2002137510070551044747
Binary1000000010001011111101100001110001011011000100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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