#859546

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

Shades of Wasabi #859546

Tints of Wasabi #859546

Color information

#859546 (or 0x859546) is unknown color: approx Wasabi. HEX triplet: 85, 95 and 46. RGB value is (133,149,70). Sum of RGB (Red+Green+Blue) = 133+149+70=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #859546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859546 is #7A6AB9. Grayscale: #878787. Windows color (decimal): -8022714 or 4625797. OLE color: 4625797.

HSL color Cylindrical-coordinate representation of color #859546: 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 #859546 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB13314970-
CMYK0.1100.530.42
HSL72.15º36.07%42.94%-
HSV(B)72.15º53.02%58.43%-
XYZ21.5326.929.86-
YUV135.2191.2126.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=37.78%
G=42.33%
B=19.89%

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
Decimal133149700.1100.530.4272.1536.0742.94
Hex859546B0352A48242b
Octal20522510613065521104453
Binary10000101100101011000110101101101011010101001000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859546; }

 p { color: rgb(133,149,70); }

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

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

 a { background-color: rgb(133,149,70); }

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

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

 span { border-color: rgb(133,149,70); }

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