#849941

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

Shades of Wasabi #849941

Tints of Wasabi #849941

Color information

#849941 (or 0x849941) is unknown color: approx Wasabi. HEX triplet: 84, 99 and 41. RGB value is (132,153,65). Sum of RGB (Red+Green+Blue) = 132+153+65=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #849941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849941 is #7B66BE. Grayscale: #898989. Windows color (decimal): -8087231 or 4299140. OLE color: 4299140.

HSL color Cylindrical-coordinate representation of color #849941: hue angle of 74.32º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #849941 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB13215365-
CMYK0.1400.580.4
HSL74.32º40.37%42.75%-
HSV(B)74.32º57.52%60%-
XYZ21.8628.079.27-
YUV136.6987.54124.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=37.71%
G=43.71%
B=18.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153650.1400.580.474.3240.3742.75
Hex849941E03A284a282b
Octal20423110116072501125053
Binary10000100100110011000001111001110101010001001010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849941; }

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

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

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

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

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

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

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

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