#849D48

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

Shades of Wasabi #849D48

Tints of Wasabi #849D48

Color information

#849D48 (or 0x849D48) is unknown color: approx Wasabi. HEX triplet: 84, 9D and 48. RGB value is (132,157,72). Sum of RGB (Red+Green+Blue) = 132+157+72=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #849D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D48 is #7B62B7. Grayscale: #8C8C8C. Windows color (decimal): -8086200 or 4758916. OLE color: 4758916.

HSL color Cylindrical-coordinate representation of color #849D48: hue angle of 77.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #849D48 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB13215772-
CMYK0.1600.540.38
HSL77.65º37.12%44.9%-
HSV(B)77.65º54.14%61.57%-
XYZ22.7429.4910.62-
YUV139.8389.72122.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=36.57%
G=43.49%
B=19.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132157720.1600.540.3877.6537.1244.9
Hex849D4810036264e252d
Octal20423511020066461164555
Binary100001001001110110010001000001101101001101001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849D48; }

 p { color: rgb(132,157,72); }

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

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

 a { background-color: rgb(132,157,72); }

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

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

 span { border-color: rgb(132,157,72); }

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