#808C3D

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

Shades of Wasabi #808C3D

Tints of Wasabi #808C3D

Color information

#808C3D (or 0x808C3D) is unknown color: approx Wasabi. HEX triplet: 80, 8C and 3D. RGB value is (128,140,61). Sum of RGB (Red+Green+Blue) = 128+140+61=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #808C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808C3D is #7F73C2. Grayscale: #7F7F7F. Windows color (decimal): -8352707 or 4033664. OLE color: 4033664.

HSL color Cylindrical-coordinate representation of color #808C3D: hue angle of 69.11º 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 #808C3D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB12814061-
CMYK0.0900.560.45
HSL69.11º39.3%39.41%-
HSV(B)69.11º56.43%54.9%-
XYZ19.1223.687.98-
YUV127.4190.52128.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=38.91%
G=42.55%
B=18.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128140610.0900.560.4569.1139.339.41
Hex808C3D90382D452727
Octal2002147511070551054747
Binary1000000010001100111101100101110001011011000101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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