#849742

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

Shades of Wasabi #849742

Tints of Wasabi #849742

Color information

#849742 (or 0x849742) is unknown color: approx Wasabi. HEX triplet: 84, 97 and 42. RGB value is (132,151,66). Sum of RGB (Red+Green+Blue) = 132+151+66=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #849742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849742 is #7B68BD. Grayscale: #878787. Windows color (decimal): -8087742 or 4364164. OLE color: 4364164.

HSL color Cylindrical-coordinate representation of color #849742: hue angle of 73.41º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #849742 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB13215166-
CMYK0.1300.560.41
HSL73.41º39.17%42.55%-
HSV(B)73.41º56.29%59.22%-
XYZ21.5727.439.31-
YUV135.6388.71125.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=37.82%
G=43.27%
B=18.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132151660.1300.560.4173.4139.1742.55
Hex849742D0382949272b
Octal20422710215070511114753
Binary10000100100101111000010110101110001010011001001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849742; }

 p { color: rgb(132,151,66); }

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

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

 a { background-color: rgb(132,151,66); }

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

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

 span { border-color: rgb(132,151,66); }

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