#849641

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

Shades of Wasabi #849641

Tints of Wasabi #849641

Color information

#849641 (or 0x849641) is unknown color: approx Wasabi. HEX triplet: 84, 96 and 41. RGB value is (132,150,65). Sum of RGB (Red+Green+Blue) = 132+150+65=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #849641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849641 is #7B69BE. Grayscale: #878787. Windows color (decimal): -8087999 or 4298372. OLE color: 4298372.

HSL color Cylindrical-coordinate representation of color #849641: hue angle of 72.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #849641 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB13215065-
CMYK0.1200.570.41
HSL72.71º39.53%42.16%-
HSV(B)72.71º56.67%58.82%-
XYZ21.3827.19.11-
YUV134.9388.54125.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=38.04%
G=43.23%
B=18.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150650.1200.570.4172.7139.5342.16
Hex849641C0392949282a
Octal20422610114071511115052
Binary10000100100101101000001110001110011010011001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849641; }

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

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

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

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

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

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

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

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