#808638

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

Shades of Wasabi #808638

Tints of Wasabi #808638

Color information

#808638 (or 0x808638) is unknown color: approx Wasabi. HEX triplet: 80, 86 and 38. RGB value is (128,134,56). Sum of RGB (Red+Green+Blue) = 128+134+56=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #808638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808638 is #7F79C7. Grayscale: #7B7B7B. Windows color (decimal): -8354248 or 3704448. OLE color: 3704448.

HSL color Cylindrical-coordinate representation of color #808638: hue angle of 64.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #808638 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB12813456-
CMYK0.0400.580.47
HSL64.62º41.05%37.25%-
HSV(B)64.62º58.21%52.55%-
XYZ18.1421.927.02-
YUV123.3190.01131.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=40.25%
G=42.14%
B=17.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134560.0400.580.4764.6241.0537.25
Hex808638403A2F412925
Octal200206704072571015145
Binary100000001000011011100010001110101011111000001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808638; }

 p { color: rgb(128,134,56); }

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

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

 a { background-color: rgb(128,134,56); }

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

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

 span { border-color: rgb(128,134,56); }

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