#808D3D

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

Shades of Wasabi #808D3D

Tints of Wasabi #808D3D

Color information

#808D3D (or 0x808D3D) is unknown color: approx Wasabi. HEX triplet: 80, 8D and 3D. RGB value is (128,141,61). Sum of RGB (Red+Green+Blue) = 128+141+61=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #808D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D3D is #7F72C2. Grayscale: #808080. Windows color (decimal): -8352451 or 4033920. OLE color: 4033920.

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

Color convert

RGB12814161-
CMYK0.0900.570.45
HSL69.75º39.6%39.61%-
HSV(B)69.75º56.74%55.29%-
XYZ19.2723.988.03-
YUV127.9990.19128-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=38.79%
G=42.73%
B=18.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128141610.0900.570.4569.7539.639.61
Hex808D3D90392D462828
Octal2002157511071551065050
Binary1000000010001101111101100101110011011011000110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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