#849445

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

Shades of Wasabi #849445

Tints of Wasabi #849445

Color information

#849445 (or 0x849445) is unknown color: approx Wasabi. HEX triplet: 84, 94 and 45. RGB value is (132,148,69). Sum of RGB (Red+Green+Blue) = 132+148+69=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #849445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849445 is #7B6BBA. Grayscale: #868686. Windows color (decimal): -8088507 or 4560004. OLE color: 4560004.

HSL color Cylindrical-coordinate representation of color #849445: hue angle of 72.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #849445 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB13214869-
CMYK0.1100.530.42
HSL72.15º36.41%42.55%-
HSV(B)72.15º53.38%58.04%-
XYZ21.1826.529.63-
YUV134.2191.2126.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=37.82%
G=42.41%
B=19.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148690.1100.530.4272.1536.4142.55
Hex849445B0352A48242b
Octal20422410513065521104453
Binary10000100100101001000101101101101011010101001000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849445; }

 p { color: rgb(132,148,69); }

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

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

 a { background-color: rgb(132,148,69); }

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

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

 span { border-color: rgb(132,148,69); }

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