#808441

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

Shades of Wasabi #808441

Tints of Wasabi #808441

Color information

#808441 (or 0x808441) is unknown color: approx Wasabi. HEX triplet: 80, 84 and 41. RGB value is (128,132,65). Sum of RGB (Red+Green+Blue) = 128+132+65=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #808441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808441 is #7F7BBE. Grayscale: #7B7B7B. Windows color (decimal): -8354751 or 4293760. OLE color: 4293760.

HSL color Cylindrical-coordinate representation of color #808441: hue angle of 63.58º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #808441 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB12813265-
CMYK0.0300.510.48
HSL63.58º34.01%38.63%-
HSV(B)63.58º50.76%51.76%-
XYZ18.1121.478.19-
YUV123.1795.17131.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 65 (25.78% from 255) = 20%
R=39.38%
G=40.62%
B=20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132650.0300.510.4863.5834.0138.63
Hex808441303330402227
Octal2002041013063601004247
Binary100000001000010010000011101100111100001000000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808441; }

 p { color: rgb(128,132,65); }

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

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

 a { background-color: rgb(128,132,65); }

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

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

 span { border-color: rgb(128,132,65); }

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